Changeset 2943901
- Timestamp:
- 07/26/2023 08:38:49 PM (3 years ago)
- Location:
- girocheckout/trunk
- Files:
-
- 5 edited
-
girocheckout.php (modified) (1 diff)
-
library/GiroCheckout_SDK.php (modified) (1 diff)
-
library/GiroCheckout_Utility.php (modified) (1 diff)
-
library/api/giropay/GiroCheckout_SDK_GiropayTransaction.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
girocheckout/trunk/girocheckout.php
r2935731 r2943901 10 10 * Plugin Name: GiroCheckout 11 11 * Description: Plugin to integrate the GiroCheckout payment methods into WooCommerce. 12 * Version: 4.1. 812 * Version: 4.1.9 13 13 * Author: S-Public Services GmbH 14 14 * Author URI: https://s-publicservices.de -
girocheckout/trunk/library/GiroCheckout_SDK.php
r2935731 r2943901 9 9 * @version $Revision$ / $Date$ 10 10 */ 11 define('__GIROCHECKOUT_SDK_VERSION__', '2.3.1 3');11 define('__GIROCHECKOUT_SDK_VERSION__', '2.3.14'); 12 12 13 13 if( version_compare( phpversion(), '5.3.0', '<' ) ) { -
girocheckout/trunk/library/GiroCheckout_Utility.php
r2935731 r2943901 19 19 */ 20 20 public static function getVersion() { 21 return '4.1. 8';21 return '4.1.9'; 22 22 } 23 23 -
girocheckout/trunk/library/api/giropay/GiroCheckout_SDK_GiropayTransaction.php
r2935731 r2943901 53 53 'urlNotify' => TRUE, 54 54 'kassenzeichen' => FALSE, 55 ' customerId' => FALSE,55 'giropayCustomerId' => FALSE, 56 56 'pptoken' => FALSE, 57 57 ); -
girocheckout/trunk/readme.txt
r2935732 r2943901 54 54 55 55 == Changelog == 56 57 = 4.1.9 = 58 * Fixed bug that caused invalid customerId error in giropay payments 59 * Added SDK version 2.3.14 56 60 57 61 = 4.1.8 =
Note: See TracChangeset
for help on using the changeset viewer.