Changeset 2841579
- Timestamp:
- 12/30/2022 03:48:42 PM (3 years ago)
- Location:
- best2pay-payment-method-visamastercard
- Files:
-
- 2 edited
-
best2pay-payment_method.php (modified) (2 diffs)
-
trunk/best2pay-payment_method.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
best2pay-payment-method-visamastercard/best2pay-payment_method.php
r2841570 r2841579 18 18 * Plugin URI: http://best2pay.net/ 19 19 * Description: Receive payments via Visa/Mastercard easily with Best2Pay bank cards processing 20 * Version: 1.2. 420 * Version: 1.2.5 21 21 * Author: Best2Pay 22 22 * Tested up to: 5.7.1 … … 73 73 $this->title = 'Оплатить заказ Частями'; 74 74 $this->icon = plugins_url('halva.svg', __FILE__); 75 $this->description = file_get_contents('halva_widget.php');75 $this->description = '<iframe src="'.plugins_url('halva_widget.php', __FILE__).'"></iframe>'; 76 76 break; 77 77 case 2: -
best2pay-payment-method-visamastercard/trunk/best2pay-payment_method.php
r2841570 r2841579 18 18 * Plugin URI: http://best2pay.net/ 19 19 * Description: Receive payments via Visa/Mastercard easily with Best2Pay bank cards processing 20 * Version: 1.2. 420 * Version: 1.2.5 21 21 * Author: Best2Pay 22 22 * Tested up to: 5.7.1 … … 73 73 $this->title = 'Оплатить заказ Частями'; 74 74 $this->icon = plugins_url('halva.svg', __FILE__); 75 $this->description = file_get_contents('halva_widget.php');75 $this->description = '<iframe src="'.plugins_url('halva_widget.php', __FILE__).'"></iframe>'; 76 76 break; 77 77 case 2:
Note: See TracChangeset
for help on using the changeset viewer.