Plugin Directory

Changeset 2617841


Ignore:
Timestamp:
10/21/2021 02:05:21 PM (4 years ago)
Author:
qisstpay
Message:

Fixed an issue which was causing error processing checkout

Location:
qisstpay
Files:
34 added
2 edited

Legend:

Unmodified
Added
Removed
  • qisstpay/trunk/class_woo_qp_pgw.php

    r2617353 r2617841  
    231231        $phone       = $this->qpayment8911_convertNo($order_billing_phone);
    232232        $params      = [
    233             'plugin_version'    => '2.0.1',
     233            'plugin_version'    => '2.0.2',
    234234            'qisstpay_nid'      => $idd,
    235235            'partner_id'        => 'wordpress',
     
    267267            'timeout'  => 45,
    268268            'blocking' => true,
     269            'sslverify' => false,
    269270            'headers'  => [
    270271                'Authorization' => 'Basic '.$apiKey,
  • qisstpay/trunk/qpayment-plugin.php

    r2617353 r2617841  
    55 * Plugin URI: https://qisstpay.com/       
    66 * Description: QisstPay - pay in interest free installments.       
    7  * Version: 2.0.1   
     7 * Version: 2.0.2   
    88 * Author: QisstPay     
    99 * Author URI: https://qisstpay.com/       
Note: See TracChangeset for help on using the changeset viewer.