Plugin Directory

Changeset 3100251


Ignore:
Timestamp:
06/10/2024 03:36:21 AM (21 months ago)
Author:
binancepay
Message:

Add note on currency selection part

Location:
binance-pay/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • binance-pay/trunk/class-wc-gateway-binancepay.php

    r3014561 r3100251  
    44Plugin URI:
    55Description:  A payment gateway that allows your customers to pay with cryptocurrency via Binance
    6 Version:      1.1.7
     6Version:      1.1.8
    77Author:       Binance
    88Author URI:
     
    7575                    'type' => 'select',
    7676                    'class' => 'wc-enhanced-select',
    77                     'description' => 'This is the currency used to create order in Binance Pay.  With fiat selection, your customers will pay you with equivalent USDT, and your settlement currency will be in USDT as well.', 'woocommerce',
     77                    'description' => 'This is the currency used to create order in Binance Pay.  With fiat selection, your customers will pay you with equivalent USDT, and your settlement currency will be in USDT as well. However, if you are in the EU, your transactions must be in EUR. You will select EUR and receive settlements in EUR.
     78', 'woocommerce',
    7879                    'default' => '',
    7980                    'desc_tip' => true,
     
    278279    }
    279280}
    280 
    281 
  • binance-pay/trunk/readme.txt

    r3014561 r3100251  
    5757= 1.1.7 =
    5858* Fix the svg icon issue
     59= 1.1.8 =
     60* Add note on currency selection part
Note: See TracChangeset for help on using the changeset viewer.