Plugin Directory

Changeset 2792859


Ignore:
Timestamp:
10/01/2022 01:34:55 PM (3 years ago)
Author:
paygine
Message:

links

Location:
paygine
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • paygine/paygine-payment_method.php

    r2791421 r2792859  
    1616/**
    1717 * Plugin Name: Paygine payment method (Visa/MasterCard)
    18  * Plugin URI: http://paygine.net/
     18 * Plugin URI: http://paygine.ru/
    1919 * Description: Receive payments via Visa/Mastercard easily with Paygine bank cards processing
    2020 * Version: 1.1.6
     
    5353            $this->method_title = __('Paygine', 'paygine-payment_method');
    5454            $this->title = __('Paygine', 'paygine-payment_method');
    55             $this->description = __("Payments with bank cards via the <a href=\"http://www.paygine.net\" target=\"_blank\">Paygine</a> payment system.", 'paygine-payment_method');
     55            $this->description = __("Payments with bank cards via the <a href=\"http://www.paygine.ru\" target=\"_blank\">Paygine</a> payment system.", 'paygine-payment_method');
    5656            $this->icon = plugins_url('paygine.png', __FILE__);
    5757            $this->has_fields = true;
     
    8282            ?>
    8383            <h3><?php _e('Paygine', 'paygine-payment_method'); ?></h3>
    84             <p><?php _e("Payments with bank cards via the <a href=\"http://www.paygine.net\" target=\"_blank\">Paygine</a> payment system.", 'paygine-payment_method'); ?></p>
     84            <p><?php _e("Payments with bank cards via the <a href=\"http://www.paygine.ru\" target=\"_blank\">Paygine</a> payment system.", 'paygine-payment_method'); ?></p>
    8585            <table class="form-table">
    8686                <?php
  • paygine/trunk/paygine-payment_method.php

    r2791421 r2792859  
    1616/**
    1717 * Plugin Name: Paygine payment method (Visa/MasterCard)
    18  * Plugin URI: http://paygine.net/
     18 * Plugin URI: http://paygine.ru/
    1919 * Description: Receive payments via Visa/Mastercard easily with Paygine bank cards processing
    2020 * Version: 1.1.6
     
    5353            $this->method_title = __('Paygine', 'paygine-payment_method');
    5454            $this->title = __('Paygine', 'paygine-payment_method');
    55             $this->description = __("Payments with bank cards via the <a href=\"http://www.paygine.net\" target=\"_blank\">Paygine</a> payment system.", 'paygine-payment_method');
     55            $this->description = __("Payments with bank cards via the <a href=\"http://www.paygine.ru\" target=\"_blank\">Paygine</a> payment system.", 'paygine-payment_method');
    5656            $this->icon = plugins_url('paygine.png', __FILE__);
    5757            $this->has_fields = true;
     
    8282            ?>
    8383            <h3><?php _e('Paygine', 'paygine-payment_method'); ?></h3>
    84             <p><?php _e("Payments with bank cards via the <a href=\"http://www.paygine.net\" target=\"_blank\">Paygine</a> payment system.", 'paygine-payment_method'); ?></p>
     84            <p><?php _e("Payments with bank cards via the <a href=\"http://www.paygine.ru\" target=\"_blank\">Paygine</a> payment system.", 'paygine-payment_method'); ?></p>
    8585            <table class="form-table">
    8686                <?php
Note: See TracChangeset for help on using the changeset viewer.