Changeset 3142090
- Timestamp:
- 08/27/2024 07:51:57 AM (19 months ago)
- Location:
- allinpayintl/trunk
- Files:
-
- 2 edited
-
Allinpay_INTL.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
allinpayintl/trunk/Allinpay_INTL.php
r3104826 r3142090 5 5 * Author: aipsg 6 6 * Author URI: http://rudrastyh.com 7 * Version: 1. 0.37 * Version: 1.1.0 8 8 */ 9 9 … … 258 258 'version' => $this->version, 259 259 'mchtId' => $this->merchant_id, 260 'transType' => ' Pay',260 'transType' => 'CashierPay', 261 261 //'accessOrderId' => $order->get_id(), 262 262 'accessOrderId' => $order->get_meta('custom_order_number'), … … 459 459 'amount' => wc_clean($_POST['amount']), 460 460 'signType' => wc_clean($_POST['signType']), 461 'payMethod' => wc_clean($_POST['payMethod']), 461 462 ); 463 if(isset($_POST['payMethod'])){ 464 $notifyArray['payMethod'] = wc_clean($_POST['payMethod']); 465 } 462 466 if(isset($_POST['cardOrgn'])){ 463 467 $notifyArray['cardOrgn'] =wc_clean($_POST['cardOrgn']); -
allinpayintl/trunk/readme.txt
r3104826 r3142090 35 35 = 1.0.3 = 36 36 Made some optimizations 37 = 1.1.0 = 38 Our WooCommerce plugin now supports even more payment options to enhance your customers' checkout experience. You can now accept payments through Apple Pay, Google Pay, PayNow, and popular wallets including WeChat Pay and Alipay. ApplePay and GooglePay saves your customers time to key in their payment details and enhances customer experience and retention. Upgrade today to offer your customers a seamless and comprehensive payment experience. 37 39 FAQ: 38 40 … … 54 56 55 57 == Upgrade Notice == 58 = 1.1.0= 59 Our WooCommerce plugin now supports even more payment options to enhance your customers' checkout experience. You can now accept payments through Apple Pay, Google Pay, PayNow, and popular wallets including WeChat Pay and Alipay. ApplePay and GooglePay saves your customers time to key in their payment details and enhances customer experience and retention. Upgrade today to offer your customers a seamless and comprehensive payment experience. 56 60 = 1.0.3= 57 61 Made some optimizations
Note: See TracChangeset
for help on using the changeset viewer.