Changeset 3239080
- Timestamp:
- 02/12/2025 03:56:54 AM (14 months ago)
- Location:
- antom-payments
- Files:
-
- 2 edited
-
tags/1.0.9/includes/sdk/antom-alipay-client.php (modified) (1 diff)
-
trunk/includes/sdk/antom-alipay-client.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
antom-payments/tags/1.0.9/includes/sdk/antom-alipay-client.php
r3239078 r3239080 172 172 'timeout' => 30, 173 173 // 'data_format' => 'body', 174 'sslverify' => false,174 'sslverify' => true, 175 175 ) 176 176 ); -
antom-payments/trunk/includes/sdk/antom-alipay-client.php
r3239078 r3239080 172 172 'timeout' => 30, 173 173 // 'data_format' => 'body', 174 'sslverify' => false,174 'sslverify' => true, 175 175 ) 176 176 );
Note: See TracChangeset
for help on using the changeset viewer.