Changeset 3100251
- Timestamp:
- 06/10/2024 03:36:21 AM (21 months ago)
- Location:
- binance-pay/trunk
- Files:
-
- 2 edited
-
class-wc-gateway-binancepay.php (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
binance-pay/trunk/class-wc-gateway-binancepay.php
r3014561 r3100251 4 4 Plugin URI: 5 5 Description: A payment gateway that allows your customers to pay with cryptocurrency via Binance 6 Version: 1.1. 76 Version: 1.1.8 7 7 Author: Binance 8 8 Author URI: … … 75 75 'type' => 'select', 76 76 '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', 78 79 'default' => '', 79 80 'desc_tip' => true, … … 278 279 } 279 280 } 280 281 -
binance-pay/trunk/readme.txt
r3014561 r3100251 57 57 = 1.1.7 = 58 58 * 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.