Plugin Directory

Changeset 2549847


Ignore:
Timestamp:
06/17/2021 02:09:41 PM (5 years ago)
Author:
Helcim
Message:
  • Optimized Plugin
  • Added AVS fields when paying for Orders
  • Tested upto woocommerce v5.4
Location:
helcim-commerce-for-woocommerce/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • helcim-commerce-for-woocommerce/trunk/class-wc-commerce-helcim.php

    r2541571 r2549847  
    1111 * @class        WC_Commerce_Helcim_JS
    1212 * @extends    WC_Payment_Gateway
    13  * @version    1.2.5
     13 * @version    1.2.6
    1414 * @author        Helcim Inc.
    1515 */
     
    4040        $this->commerce_url = 'https://secure.myhelcim.com/api/';
    4141        $this->helcimjs_url = 'https://secure.myhelcim.com/js/version2.js';
    42         $this->version = '1.2.5';
     42        $this->version = '1.2.6';
    4343
    4444        // LOAD SETTINGS
     
    312312        if (get_option( 'woocommerce_prices_include_tax' ) == 'yes' ) { $taxed = false; }
    313313        else { $taxed = false; }
    314 
    315         // UPDATE SHIPPING AMOUNT
    316         if(!$taxed){ $shippingAmount += $order->get_shipping_tax(); }
    317314
    318315        // UPDATE DISCOUNT
  • helcim-commerce-for-woocommerce/trunk/index.php

    r2541571 r2549847  
    44Plugin URI: https://www.helcim.com/
    55Description: Helcim Commerce for WooCommerce
    6 Version: 1.2.5
     6Version: 1.2.6
    77Author: Helcim Inc.
    88Author URI: https://www.helcim.com/
  • helcim-commerce-for-woocommerce/trunk/readme.txt

    r2541571 r2549847  
    7272
    7373== Changelog ==
     74
     75= 1.2.6 =
     76* Optimized Plugin
     77* Added AVS fields when paying for Orders
     78* Tested upto woocommerce v5.4
    7479
    7580= 1.2.5 =
  • helcim-commerce-for-woocommerce/trunk/uninstall.php

    r2541571 r2549847  
    55 * Uninstalls Helcim Gateway.
    66 *
    7  * @version    1.2.5
     7 * @version    1.2.6
    88 * @author        Helcim Inc.
    99 */
Note: See TracChangeset for help on using the changeset viewer.