Plugin Directory

Changeset 1558766


Ignore:
Timestamp:
12/21/2016 05:59:59 AM (9 years ago)
Author:
Paymentwall
Message:

Update Platform ID for PwLocal

Location:
paymentwall-for-woocommerce
Files:
69 added
3 edited

Legend:

Unmodified
Added
Removed
  • paymentwall-for-woocommerce/trunk/includes/class-paymentwall-gateway.php

    r1309659 r1558766  
    5050        $order = wc_get_order($order_id);
    5151        $widget = new Paymentwall_Widget(
    52             empty($order->user_id) ? $_SERVER['REMOTE_ADDR'] : $order->user_id,
     52            empty($order->user_id) ? $order->billing_email : $order->user_id,
    5353            $this->settings['widget'],
    5454            array(
     
    5959                    'email' => $order->billing_email,
    6060                    'integration_module' => 'woocommerce',
    61                     'test_mode' => $this->settings['test_mode']
     61                    'test_mode' => $this->settings['test_mode'],
     62                    'client_ip' => $_SERVER['REMOTE_ADDR'],
    6263                ),
    6364                $this->prepare_user_profile_data($order)
  • paymentwall-for-woocommerce/trunk/paymentwall-for-woocommerce.php

    r1447083 r1558766  
    66 * Plugin URI: https://www.paymentwall.com/en/documentation/WooCommerce/1409
    77 * Description: Official Paymentwall module for WordPress WooCommerce.
    8  * Version: 1.3.2
     8 * Version: 1.3.3
    99 * Author: The Paymentwall Team
    1010 * Author URI: http://www.paymentwall.com/
  • paymentwall-for-woocommerce/trunk/readme.txt

    r1447083 r1558766  
    44Requires at least: 4.0 & WooCommerce 2.1+
    55Tested up to: 4.3 & Woocommerce 2.4.6
    6 Stable tag: 1.3.2
     6Stable tag: 1.3.3
    77License: The MIT License (MIT)
    88
     
    3737== Changelog ==
    3838
     39= v1.3.3 [20/12/2016] =
     40* Update Platform ID for PwLocal
     41
    3942= v1.3.2 [30/06/2016] =
    4043* Update 3D Secure for Brick
Note: See TracChangeset for help on using the changeset viewer.