Changeset 2792859
- Timestamp:
- 10/01/2022 01:34:55 PM (3 years ago)
- Location:
- paygine
- Files:
-
- 2 edited
-
paygine-payment_method.php (modified) (3 diffs)
-
trunk/paygine-payment_method.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
paygine/paygine-payment_method.php
r2791421 r2792859 16 16 /** 17 17 * Plugin Name: Paygine payment method (Visa/MasterCard) 18 * Plugin URI: http://paygine. net/18 * Plugin URI: http://paygine.ru/ 19 19 * Description: Receive payments via Visa/Mastercard easily with Paygine bank cards processing 20 20 * Version: 1.1.6 … … 53 53 $this->method_title = __('Paygine', 'paygine-payment_method'); 54 54 $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'); 56 56 $this->icon = plugins_url('paygine.png', __FILE__); 57 57 $this->has_fields = true; … … 82 82 ?> 83 83 <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> 85 85 <table class="form-table"> 86 86 <?php -
paygine/trunk/paygine-payment_method.php
r2791421 r2792859 16 16 /** 17 17 * Plugin Name: Paygine payment method (Visa/MasterCard) 18 * Plugin URI: http://paygine. net/18 * Plugin URI: http://paygine.ru/ 19 19 * Description: Receive payments via Visa/Mastercard easily with Paygine bank cards processing 20 20 * Version: 1.1.6 … … 53 53 $this->method_title = __('Paygine', 'paygine-payment_method'); 54 54 $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'); 56 56 $this->icon = plugins_url('paygine.png', __FILE__); 57 57 $this->has_fields = true; … … 82 82 ?> 83 83 <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> 85 85 <table class="form-table"> 86 86 <?php
Note: See TracChangeset
for help on using the changeset viewer.