Plugin Directory

Changeset 2360709


Ignore:
Timestamp:
08/14/2020 03:29:54 AM (6 years ago)
Author:
devnetvietnam
Message:

fix error send request

Location:
devnet-eantrm/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • devnet-eantrm/trunk/app/libs/DevNET/eAntRmConnector.php

    r1905131 r2360709  
    7676
    7777            $header = array(
    78                 'method' => 'POST',
    79                 'header' => "Content-type: application/x-www-form-urlencoded".PHP_EOL.
    80                     'Accesstoken: '. $this->access_token.PHP_EOL.
    81                     'Url: '. $this->salepage_url
     78                'Content-type: application/x-www-form-urlencoded',
     79                'Accesstoken:'. $this->access_token ,
     80                'Url: '. $this->salepage_url
    8281            );
    8382            $url = $this->url. $action;
  • devnet-eantrm/trunk/enatrm.php

    r1944457 r2360709  
    44Plugin URI: http://devnet.vn
    55Description:
    6 Version: 6.4.4
     6Version: 6.4.5
    77Author: DevNet Vietnam
    88*/
Note: See TracChangeset for help on using the changeset viewer.