Plugin Directory

Changeset 3043494


Ignore:
Timestamp:
03/01/2024 07:38:21 AM (2 years ago)
Author:
qisstpay
Message:

API headers fixation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • qisstpay/trunk/gateways/QPBaseConfiguration.php

    r3039359 r3043494  
    7474                CURLOPT_HTTPHEADER     => array(
    7575                    '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'
    7782                ),
    7883            ) );
Note: See TracChangeset for help on using the changeset viewer.