Plugin Directory

Changeset 2471738


Ignore:
Timestamp:
02/09/2021 03:50:26 PM (5 years ago)
Author:
girosolution
Message:
  1. 4.1.3, Bugfix in 3DS2
Location:
girocheckout/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • girocheckout/trunk/girocheckout.php

    r2457199 r2471738  
    1010 * Plugin Name: GiroCheckout
    1111 * Description: Plugin to integrate the GiroCheckout payment methods into WooCommerce.
    12  * Version:     4.1.2
     12 * Version:     4.1.3
    1313 * Author:      GiroSolution GmbH
    1414 * Author URI:  http://www.girosolution.de
  • girocheckout/trunk/library/GiroCheckout_Utility.php

    r2457199 r2471738  
    1919   */
    2020  public static function getVersion() {
    21     return '4.1.2';
     21    return '4.1.3';
    2222  }
    2323
  • girocheckout/trunk/payments/gc_creditcard.php

    r2457199 r2471738  
    430430                ->addParam('tds2Postcode',$tds2Postcode)
    431431                ->addParam('tds2City',$tds2City)
    432                 ->addParam('tds2Country',$tds2Country);
    433       }
    434 
    435       $request->addParam('tds2Optional',json_encode($aTdsOptionalInfo));
     432                ->addParam('tds2Country',$tds2Country)
     433                ->addParam('tds2Optional',json_encode($aTdsOptionalInfo));
     434      }
     435
    436436      $request->submit();
    437437
  • girocheckout/trunk/readme.txt

    r2457199 r2471738  
    5555== Changelog ==
    5656
     57= 4.1.3 =
     58* Fixed a bug regarding the new 3-D Secure 2.0 address fields for credit card payments.
     59
    5760= 4.1.2 =
    58 * Added support for the mandatory 3-D Secure 2.0 address fields.
     61* Added support for the mandatory 3-D Secure 2.0 address fields. Address data is now sent to payment server for credit card payments, so it is not requested upon credit card data entry.
    5962
    6063= 4.1.1 =
Note: See TracChangeset for help on using the changeset viewer.