Changeset 3043494
- Timestamp:
- 03/01/2024 07:38:21 AM (2 years ago)
- File:
-
- 1 edited
-
qisstpay/trunk/gateways/QPBaseConfiguration.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
qisstpay/trunk/gateways/QPBaseConfiguration.php
r3039359 r3043494 74 74 CURLOPT_HTTPHEADER => array( 75 75 'identity-token:' . $token, 76 'platform: wordpress' 76 'platform: wordpress', 77 'cache-control: no-cache', 78 'content-type: application/x-www-form-urlencoded', 79 'accept: *', 80 'accept-encoding: gzip, deflate', 81 'Content-Length: 0' 77 82 ), 78 83 ) );
Note: See TracChangeset
for help on using the changeset viewer.