Plugin Directory

Changeset 2841579


Ignore:
Timestamp:
12/30/2022 03:48:42 PM (3 years ago)
Author:
best2pay
Message:

halva widget

Location:
best2pay-payment-method-visamastercard
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • best2pay-payment-method-visamastercard/best2pay-payment_method.php

    r2841570 r2841579  
    1818 * Plugin URI: http://best2pay.net/
    1919 * Description: Receive payments via Visa/Mastercard easily with Best2Pay bank cards processing
    20  * Version: 1.2.4
     20 * Version: 1.2.5
    2121 * Author: Best2Pay
    2222 * Tested up to: 5.7.1
     
    7373                    $this->title = 'Оплатить заказ Частями';
    7474                    $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>';
    7676                    break;
    7777                case 2:
  • best2pay-payment-method-visamastercard/trunk/best2pay-payment_method.php

    r2841570 r2841579  
    1818 * Plugin URI: http://best2pay.net/
    1919 * Description: Receive payments via Visa/Mastercard easily with Best2Pay bank cards processing
    20  * Version: 1.2.4
     20 * Version: 1.2.5
    2121 * Author: Best2Pay
    2222 * Tested up to: 5.7.1
     
    7373                    $this->title = 'Оплатить заказ Частями';
    7474                    $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>';
    7676                    break;
    7777                case 2:
Note: See TracChangeset for help on using the changeset viewer.