Changeset 2639245
- Timestamp:
- 12/03/2021 06:01:12 PM (4 years ago)
- Location:
- qisstpay/trunk
- Files:
-
- 2 edited
-
class_woo_qp_pgw.php (modified) (2 diffs)
-
qpayment-plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
qisstpay/trunk/class_woo_qp_pgw.php
r2633623 r2639245 39 39 function my_nid_script($hook) 40 40 { 41 42 41 $user_ID=uniqid(); 43 setcookie("UserID", $user_ID); 44 session_start(); 45 $_SESSION['UserID'] = $user_ID; 46 42 43 if(!isset($_COOKIE["UserID"])) 44 { 45 setcookie("UserID", $user_ID); 46 session_start(); 47 $_SESSION['UserID'] = $user_ID; 48 } 49 47 50 48 51 $my_js_ver2 = date("ymd-Gis", filemtime( plugin_dir_path( __FILE__ ) . 'js/nid.js' )); … … 231 234 $phone = $this->qpayment8911_convertNo($order_billing_phone); 232 235 $params = [ 233 'plugin_version' => '2.0. 2',236 'plugin_version' => '2.0.6', 234 237 'qisstpay_nid' => $idd, 235 238 'partner_id' => 'wordpress', -
qisstpay/trunk/qpayment-plugin.php
r2639159 r2639245 5 5 * Plugin URI: https://qisstpay.com/ 6 6 * Description: QisstPay - pay in interest free installments. 7 * Version: 2.0. 57 * Version: 2.0.6 8 8 * Author: QisstPay 9 9 * Author URI: https://qisstpay.com/
Note: See TracChangeset
for help on using the changeset viewer.