Changeset 2008896
- Timestamp:
- 01/09/2019 06:53:39 AM (7 years ago)
- Location:
- wp-paytm-pay/trunk
- Files:
-
- 3 edited
-
encdec_paytm.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
wp-paytm-pay.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-paytm-pay/trunk/encdec_paytm.php
r1974086 r2008896 129 129 function callAPI($apiURL, $requestParamList) 130 130 { 131 $jsonResponse = "";131 /*$jsonResponse = ""; 132 132 $responseParamList = array(); 133 133 $JsonData = json_encode($requestParamList); … … 145 145 $jsonResponse = curl_exec($ch); 146 146 $responseParamList = json_decode($jsonResponse, true); 147 return $responseParamList;*/ 148 $jsonResponse = ""; 149 $responseParamList = array(); 150 $JsonData = json_encode($requestParamList); 151 $apiURL = $apiURL.'?JsonData='.urlencode($JsonData); 152 $response = wp_remote_get( $apiURL); 153 $body = wp_remote_retrieve_body( $response ); 154 $responseParamList = json_decode($body, true); 147 155 return $responseParamList; 148 156 } -
wp-paytm-pay/trunk/readme.txt
r1974086 r2008896 4 4 Requires at least: 4.9 5 5 Tested up to: 4.9.8 6 Stable tag: 1.2 6 Stable tag: 1.2.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 43 43 Update Latest Paytm API. 44 44 45 = 1.2.1 = 46 We have updated as per suggest wordpress.org. 47 45 48 -
wp-paytm-pay/trunk/wp-paytm-pay.php
r1974086 r2008896 2 2 /* 3 3 Plugin Name: Wp Paytm Pay. 4 Version: 1.2 4 Version: 1.2.1 5 5 Description: This plugin using visitors to donate via PayTM in either set or custom amounts 6 6 Author: FTI Technologies
Note: See TracChangeset
for help on using the changeset viewer.