Changeset 2471738
- Timestamp:
- 02/09/2021 03:50:26 PM (5 years ago)
- Location:
- girocheckout/trunk
- Files:
-
- 4 edited
-
girocheckout.php (modified) (1 diff)
-
library/GiroCheckout_Utility.php (modified) (1 diff)
-
payments/gc_creditcard.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
girocheckout/trunk/girocheckout.php
r2457199 r2471738 10 10 * Plugin Name: GiroCheckout 11 11 * Description: Plugin to integrate the GiroCheckout payment methods into WooCommerce. 12 * Version: 4.1. 212 * Version: 4.1.3 13 13 * Author: GiroSolution GmbH 14 14 * Author URI: http://www.girosolution.de -
girocheckout/trunk/library/GiroCheckout_Utility.php
r2457199 r2471738 19 19 */ 20 20 public static function getVersion() { 21 return '4.1. 2';21 return '4.1.3'; 22 22 } 23 23 -
girocheckout/trunk/payments/gc_creditcard.php
r2457199 r2471738 430 430 ->addParam('tds2Postcode',$tds2Postcode) 431 431 ->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 436 436 $request->submit(); 437 437 -
girocheckout/trunk/readme.txt
r2457199 r2471738 55 55 == Changelog == 56 56 57 = 4.1.3 = 58 * Fixed a bug regarding the new 3-D Secure 2.0 address fields for credit card payments. 59 57 60 = 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. 59 62 60 63 = 4.1.1 =
Note: See TracChangeset
for help on using the changeset viewer.