Changeset 3213664
- Timestamp:
- 12/27/2024 07:44:33 AM (15 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
r3142090 r3213664 5 5 * Author: aipsg 6 6 * Author URI: http://rudrastyh.com 7 * Version: 1.1. 07 * Version: 1.1.1 8 8 */ 9 9 … … 413 413 } 414 414 openssl_sign($query_string, $signature, $privateKeyResource, OPENSSL_ALGO_SHA256); 415 openssl_free_key( $privateKeyResource );415 //openssl_free_key( $privateKeyResource ); 416 416 return base64_encode( $signature ); 417 417 } … … 562 562 // 验签 563 563 $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 ); 565 565 return $result === 1; 566 566 } -
allinpayintl/trunk/readme.txt
r3142529 r3213664 37 37 = 1.1.0 = 38 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. 39 = 1.1.1 = 40 fix some bugs. 39 41 FAQ: 40 42 … … 56 58 57 59 == Upgrade Notice == 60 = 1.1.1= 61 fix some bugs. 58 62 = 1.1.0= 59 63 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.
Note: See TracChangeset
for help on using the changeset viewer.