Changeset 2360709
- Timestamp:
- 08/14/2020 03:29:54 AM (6 years ago)
- Location:
- devnet-eantrm/trunk
- Files:
-
- 2 edited
-
app/libs/DevNET/eAntRmConnector.php (modified) (1 diff)
-
enatrm.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
devnet-eantrm/trunk/app/libs/DevNET/eAntRmConnector.php
r1905131 r2360709 76 76 77 77 $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 82 81 ); 83 82 $url = $this->url. $action; -
devnet-eantrm/trunk/enatrm.php
r1944457 r2360709 4 4 Plugin URI: http://devnet.vn 5 5 Description: 6 Version: 6.4. 46 Version: 6.4.5 7 7 Author: DevNet Vietnam 8 8 */
Note: See TracChangeset
for help on using the changeset viewer.