Plugin Directory

Changeset 2144445


Ignore:
Timestamp:
08/23/2019 02:42:03 PM (7 years ago)
Author:
clicksubhadeep
Message:

2.5 ver wpdb update

Location:
woo-paylabs-amazonpay
Files:
46 added
2 edited

Legend:

Unmodified
Added
Removed
  • woo-paylabs-amazonpay/tags/2.4/lab-inc/amazonpay.functions.php

    r2144408 r2144445  
    907907    private function wpl_ap_pro_authorize($response='')
    908908    {
     909        global $wp;
     910        global $wpdb;
     911        global $woocommerce;
    909912        $apiCallParams = array( 'merchant_id' => $this->config['merchant_id'],
    910913                                'amazon_order_reference_id' => $response['orderReferenceId'],
  • woo-paylabs-amazonpay/trunk/readme.txt

    r2144425 r2144445  
    55Requires at least: 3.8
    66Tested up to: 5.2
    7 Stable tag: 2.4
     7Stable tag: 2.5
    88
    99Amazon Pay PluginStar offers a buying experience you can trust for your e-Commerce Business
     
    164164
    165165= 2.4 =
     166WPDB issue fix
     167
     168= 2.4 =
    166169* Support 10 major languages for Internationalization
    167170* More secure of all function
Note: See TracChangeset for help on using the changeset viewer.