Plugin Directory

Changeset 3142090


Ignore:
Timestamp:
08/27/2024 07:51:57 AM (19 months ago)
Author:
aipsg
Message:

tagging version 1.1.0

Location:
allinpayintl/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • allinpayintl/trunk/Allinpay_INTL.php

    r3104826 r3142090  
    55 * Author: aipsg
    66 * Author URI: http://rudrastyh.com
    7  * Version: 1.0.3
     7 * Version: 1.1.0
    88 */
    99
     
    258258                    'version' => $this->version,
    259259                    'mchtId' => $this->merchant_id,
    260                     'transType' => 'Pay',
     260                    'transType' => 'CashierPay',
    261261                    //'accessOrderId' => $order->get_id(),
    262262                    'accessOrderId' => $order->get_meta('custom_order_number'),
     
    459459                    'amount' => wc_clean($_POST['amount']),
    460460                    'signType' => wc_clean($_POST['signType']),
     461                    'payMethod' => wc_clean($_POST['payMethod']),
    461462                    );
     463            if(isset($_POST['payMethod'])){
     464                $notifyArray['payMethod'] = wc_clean($_POST['payMethod']);
     465            }
    462466            if(isset($_POST['cardOrgn'])){
    463467                $notifyArray['cardOrgn'] =wc_clean($_POST['cardOrgn']);
  • allinpayintl/trunk/readme.txt

    r3104826 r3142090  
    3535= 1.0.3 =
    3636Made some optimizations
     37= 1.1.0 =
     38Our 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.
    3739FAQ:
    3840
     
    5456
    5557== Upgrade Notice ==
     58= 1.1.0=
     59Our 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.
    5660= 1.0.3=
    5761Made some optimizations
Note: See TracChangeset for help on using the changeset viewer.