Changeset 2683226
- Timestamp:
- 02/22/2022 05:58:26 PM (4 years ago)
- Location:
- qisstpay/trunk
- Files:
-
- 3 edited
-
class_woo_qp_pgw.php (modified) (1 diff)
-
qpayment-plugin.php (modified) (3 diffs)
-
uninstall.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
qisstpay/trunk/class_woo_qp_pgw.php
r2683078 r2683226 244 244 $phone = $this->qpayment8911_convertNo($order_billing_phone); 245 245 $params = [ 246 'plugin_version' => ' 2.0.6',246 'plugin_version' => '3.9', 247 247 'qisstpay_nid' => $idd, 248 248 'partner_id' => 'wordpress', -
qisstpay/trunk/qpayment-plugin.php
r2683078 r2683226 5 5 * Plugin URI: https://qisstpay.com/ 6 6 * Description: QisstPay 1-Click Checkout 7 * Version: 3. 87 * Version: 3.9 8 8 * Author: QisstPay 9 9 * Author URI: https://qisstpay.com/ … … 28 28 } 29 29 30 $url = 'https://coreapis.qisstpay.com -commonapis/api/plugin-status-update';30 $url = 'https://coreapis.qisstpay.com/api/plugin-status-update'; 31 31 32 32 $args = [ … … 243 243 //$response = wp_remote_post($url, $args); 244 244 245 $url = 'https://coreapis.qisstpay.com -commonapis/api/plugin-status-update';245 $url = 'https://coreapis.qisstpay.com/api/plugin-status-update'; 246 246 247 247 $args = [ -
qisstpay/trunk/uninstall.php
r2683078 r2683226 32 32 // $response = wp_remote_post($url, $args); 33 33 34 $url = 'https://coreapis.qisstpay.com -commonapis/api/plugin-status-update';34 $url = 'https://coreapis.qisstpay.com/api/plugin-status-update'; 35 35 36 36 $args = [
Note: See TracChangeset
for help on using the changeset viewer.