Plugin Directory

Changeset 2052675


Ignore:
Timestamp:
03/18/2019 01:31:34 PM (7 years ago)
Author:
CardGate
Message:

fix: missing bank issuer

Location:
cardgate
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • cardgate/tags/3.1.12/cardgate.php

    r2046053 r2052675  
    77 * Text Domain: cardgate
    88 * Domain Path: /i18n/languages
    9  * Version: 3.1.11
     9 * Version: 3.1.12
    1010 * Requires at least: 4.4
    1111 * Author: CardGate
  • cardgate/tags/3.1.12/classes/CGP_Common_Gateway.php

    r2046626 r2052675  
    201201            // Configure payment option.
    202202            $oTransaction->setPaymentMethod($this->payment_method);
    203             if ($this->payment_method == 'idealpro')
     203            if ($this->payment_method == 'ideal')
    204204                $oTransaction->setIssuer($this->bankOption);
    205205           
  • cardgate/tags/3.1.12/readme.txt

    r2046072 r2052675  
    44Tags: CardGate, iDEAL, Creditcard, WooCommerce, Payment, MisterCash, SofortBanking, OverBoeking, PayPal, Giropay, DirectDebit, Webmoney
    55Requires at least: 4.2
    6 Tested up to: 4.9
    7 Stable tag: 3.1.11
     6Tested up to: 5.1
     7Stable tag: 3.1.12
    88License: GPLv3 or later
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    6767== Changelog ==
    6868
     69= 3.1.12 =
     70* Fix: Missing Bank issuer
     71
    6972= 3.1.11 =
    7073* New payment methods: Billink, Gift Card, Paysafecash
  • cardgate/trunk/cardgate.php

    r2046053 r2052675  
    77 * Text Domain: cardgate
    88 * Domain Path: /i18n/languages
    9  * Version: 3.1.11
     9 * Version: 3.1.12
    1010 * Requires at least: 4.4
    1111 * Author: CardGate
  • cardgate/trunk/classes/CGP_Common_Gateway.php

    r2046626 r2052675  
    201201            // Configure payment option.
    202202            $oTransaction->setPaymentMethod($this->payment_method);
    203             if ($this->payment_method == 'idealpro')
     203            if ($this->payment_method == 'ideal')
    204204                $oTransaction->setIssuer($this->bankOption);
    205205           
  • cardgate/trunk/readme.txt

    r2046072 r2052675  
    44Tags: CardGate, iDEAL, Creditcard, WooCommerce, Payment, MisterCash, SofortBanking, OverBoeking, PayPal, Giropay, DirectDebit, Webmoney
    55Requires at least: 4.2
    6 Tested up to: 4.9
    7 Stable tag: 3.1.11
     6Tested up to: 5.1
     7Stable tag: 3.1.12
    88License: GPLv3 or later
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    6767== Changelog ==
    6868
     69= 3.1.12 =
     70* Fix: Missing Bank issuer
     71
    6972= 3.1.11 =
    7073* New payment methods: Billink, Gift Card, Paysafecash
Note: See TracChangeset for help on using the changeset viewer.