Changeset 2617841
- Timestamp:
- 10/21/2021 02:05:21 PM (4 years ago)
- Location:
- qisstpay
- Files:
-
- 34 added
- 2 edited
-
tags/2.1 (added)
-
tags/2.1/assets (added)
-
tags/2.1/assets/128.png (added)
-
tags/2.1/assets/256.png (added)
-
tags/2.1/assets/32.png (added)
-
tags/2.1/assets/QisstPay_logo_white_bg.png (added)
-
tags/2.1/assets/QisstPay_logo_white_bg2.png (added)
-
tags/2.1/assets/logo.jpeg (added)
-
tags/2.1/assets/wpruby_logo.png (added)
-
tags/2.1/class_woo_qp_pgw.php (added)
-
tags/2.1/css (added)
-
tags/2.1/css/qisstpay_plugin_style.css (added)
-
tags/2.1/images (added)
-
tags/2.1/images/128.png (added)
-
tags/2.1/images/256.png (added)
-
tags/2.1/images/32.png (added)
-
tags/2.1/images/QisstPay_logo_white_bg.png (added)
-
tags/2.1/images/QisstPay_logo_white_bg2.png (added)
-
tags/2.1/images/Qisstpay_DesktopTablet_wqp.png (added)
-
tags/2.1/images/Thumbs.db (added)
-
tags/2.1/images/logo.jpeg (added)
-
tags/2.1/images/qisstpayLogoHd.png (added)
-
tags/2.1/images/qisstpay_mobileImg_wqp.png (added)
-
tags/2.1/images/qisstpay_mobileImg_wqp_header.png (added)
-
tags/2.1/images/wpruby_logo.png (added)
-
tags/2.1/js (added)
-
tags/2.1/js/nid.js (added)
-
tags/2.1/js/qisstpay_plugin_script.js (added)
-
tags/2.1/qpayment-plugin.php (added)
-
tags/2.1/readme.txt (added)
-
tags/2.1/screenshots (added)
-
tags/2.1/screenshots/Checkout Page Preview.png (added)
-
tags/2.1/screenshots/Payment Gateway Settings Page.png (added)
-
tags/2.1/uninstall.php (added)
-
trunk/class_woo_qp_pgw.php (modified) (2 diffs)
-
trunk/qpayment-plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
qisstpay/trunk/class_woo_qp_pgw.php
r2617353 r2617841 231 231 $phone = $this->qpayment8911_convertNo($order_billing_phone); 232 232 $params = [ 233 'plugin_version' => '2.0. 1',233 'plugin_version' => '2.0.2', 234 234 'qisstpay_nid' => $idd, 235 235 'partner_id' => 'wordpress', … … 267 267 'timeout' => 45, 268 268 'blocking' => true, 269 'sslverify' => false, 269 270 'headers' => [ 270 271 'Authorization' => 'Basic '.$apiKey, -
qisstpay/trunk/qpayment-plugin.php
r2617353 r2617841 5 5 * Plugin URI: https://qisstpay.com/ 6 6 * Description: QisstPay - pay in interest free installments. 7 * Version: 2.0. 17 * Version: 2.0.2 8 8 * Author: QisstPay 9 9 * Author URI: https://qisstpay.com/
Note: See TracChangeset
for help on using the changeset viewer.