Plugin Directory

Changeset 2184516


Ignore:
Timestamp:
11/01/2019 03:34:44 PM (6 years ago)
Author:
ingpsp
Message:

Disabled the process payment

Location:
ing-psp/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • ing-psp/trunk/CHANGELOG.md

    r2183120 r2184516  
    11# Changelog WooCommerce
     2
     3** 1.3.13 **
     4* Bugfix for updating banktransfer orders
    25
    36** 1.3.12 **
  • ing-psp/trunk/README.md

    r2183120 r2184516  
    1515
    1616## Version number
    17 Version 1.3.12
     17Version 1.3.13
    1818
    1919## Pre-requisites to install the plug-ins
  • ing-psp/trunk/classes/class-wc-ingpsp-banktransfer.php

    r2183120 r2184516  
    2121
    2222        // Create banktransfer order in ginger system when creating an order from the admin panel
    23         add_action('woocommerce_process_shop_order_meta', array($this, 'process_payment'), 41, 1);       
     23        // add_action('woocommerce_process_shop_order_meta', array($this, 'process_payment'), 41, 1);       
    2424
    2525        // Sends instructions for payment in the Order email
  • ing-psp/trunk/ingpsp.php

    r2183120 r2184516  
    55 * Plugin URI: https://www.ing.nl/
    66 * Description: ING WooCommerce plugin for ING Kassa Compleet and ING ePay markets.
    7  * Version: 1.3.12
     7 * Version: 1.3.13
    88 * Author: Ginger Payments
    99 * Author URI: https://www.gingerpayments.com/
     
    2020 * Define ING PSP plugin version
    2121 */
    22 define('INGPSP_PLUGIN_VERSION', 'WooCommerce v1.3.12');
     22define('INGPSP_PLUGIN_VERSION', 'WooCommerce v1.3.13');
    2323
    2424add_action('plugins_loaded', 'woocommerce_ingpsp_init', 0);
  • ing-psp/trunk/readme.txt

    r2183120 r2184516  
    55Requires at least: 4.0
    66Tested up to: 5.1.1
    7 Stable tag: 1.3.12
     7Stable tag: 1.3.13
    88License: The MIT License (MIT)
    99License URI: https://opensource.org/licenses/MIT
Note: See TracChangeset for help on using the changeset viewer.