Plugin Directory

Changeset 3213664


Ignore:
Timestamp:
12/27/2024 07:44:33 AM (15 months ago)
Author:
aipsg
Message:

tagging version 1.1.1

Location:
allinpayintl/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • allinpayintl/trunk/Allinpay_INTL.php

    r3142090 r3213664  
    55 * Author: aipsg
    66 * Author URI: http://rudrastyh.com
    7  * Version: 1.1.0
     7 * Version: 1.1.1
    88 */
    99
     
    413413            }
    414414            openssl_sign($query_string, $signature, $privateKeyResource, OPENSSL_ALGO_SHA256);
    415             openssl_free_key( $privateKeyResource );
     415            //openssl_free_key( $privateKeyResource );
    416416            return base64_encode( $signature );
    417417        }
     
    562562            // 验签
    563563            $result = openssl_verify($data, $decodedSignature, $public_key_resource, OPENSSL_ALGO_SHA256);
    564             openssl_free_key( $public_key_resource );
     564            //openssl_free_key( $public_key_resource );
    565565            return $result === 1;
    566566        }
  • allinpayintl/trunk/readme.txt

    r3142529 r3213664  
    3737= 1.1.0 =
    3838Our 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.
     39= 1.1.1 =
     40fix some bugs.
    3941FAQ:
    4042
     
    5658
    5759== Upgrade Notice ==
     60= 1.1.1=
     61fix some bugs.
    5862= 1.1.0=
    5963Our 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.
Note: See TracChangeset for help on using the changeset viewer.