Changeset 2960660
- Timestamp:
- 08/30/2023 01:18:03 PM (3 years ago)
- Location:
- woo-rabo-omnikassa
- Files:
-
- 39 added
- 3 edited
-
tags/2.2.9.1 (added)
-
tags/2.2.9.1/controllers (added)
-
tags/2.2.9.1/controllers/icwoorok2-controller.php (added)
-
tags/2.2.9.1/gateways (added)
-
tags/2.2.9.1/gateways/abstract.php (added)
-
tags/2.2.9.1/gateways/afterpay.php (added)
-
tags/2.2.9.1/gateways/bancontact.php (added)
-
tags/2.2.9.1/gateways/creditcard.php (added)
-
tags/2.2.9.1/gateways/ideal.php (added)
-
tags/2.2.9.1/gateways/paypal.php (added)
-
tags/2.2.9.1/gateways/sofort.php (added)
-
tags/2.2.9.1/ic-woo-omnikassa-2.php (added)
-
tags/2.2.9.1/images (added)
-
tags/2.2.9.1/images/icwoorok2_afterpay.svg (added)
-
tags/2.2.9.1/images/icwoorok2_bancontact.png (added)
-
tags/2.2.9.1/images/icwoorok2_bancontact.svg (added)
-
tags/2.2.9.1/images/icwoorok2_icwoorok2_afterpay.png (added)
-
tags/2.2.9.1/images/icwoorok2_ideal.png (added)
-
tags/2.2.9.1/images/icwoorok2_ideal.svg (added)
-
tags/2.2.9.1/images/icwoorok2_maestro.png (added)
-
tags/2.2.9.1/images/icwoorok2_mastercard.png (added)
-
tags/2.2.9.1/images/icwoorok2_paypal.svg (added)
-
tags/2.2.9.1/images/icwoorok2_sofort.png (added)
-
tags/2.2.9.1/images/icwoorok2_visa.png (added)
-
tags/2.2.9.1/images/icwoorok2_vpay.png (added)
-
tags/2.2.9.1/includes (added)
-
tags/2.2.9.1/includes/functions.php (added)
-
tags/2.2.9.1/index.php (added)
-
tags/2.2.9.1/languages (added)
-
tags/2.2.9.1/languages/ic-woo-rabo-omnikassa-2-en_US.mo (added)
-
tags/2.2.9.1/languages/ic-woo-rabo-omnikassa-2-en_US.po (added)
-
tags/2.2.9.1/languages/ic-woo-rabo-omnikassa-2-nl_NL.mo (added)
-
tags/2.2.9.1/languages/ic-woo-rabo-omnikassa-2-nl_NL.po (added)
-
tags/2.2.9.1/readme.txt (added)
-
tags/2.2.9.1/temp (added)
-
tags/2.2.9.1/temp/cache (added)
-
tags/2.2.9.1/temp/cache/index.php (added)
-
tags/2.2.9.1/temp/logs (added)
-
tags/2.2.9.1/temp/logs/index.php (added)
-
trunk/controllers/icwoorok2-controller.php (modified) (2 diffs)
-
trunk/ic-woo-omnikassa-2.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woo-rabo-omnikassa/trunk/controllers/icwoorok2-controller.php
r2954796 r2960660 217 217 // Add all transactions 218 218 foreach ($aRokResult['transactions'] as $aTransaction) { 219 $sTransactionString .= ','.$aTransaction['id'].','.$aTransaction['paymentBrand'].','.$aTransaction['type'].','.$aTransaction['status'].','.$aTransaction['amount']['currency'].','.$aTransaction['amount']['amount'].','.$aTransaction['confirmedAmount']['currency'].','.$aTransaction['confirmedAmount']['amount'].','.$aTransaction['startTime'].','.$aTransaction['lastUpdateTime']; 219 if (isset($aTransaction['confirmedAmount']) && isset($aTransaction['confirmedAmount']['currency']) && isset($aTransaction['confirmedAmount']['amount'])) { 220 $sTransactionString .= ','.$aTransaction['id'].','.$aTransaction['paymentBrand'].','.$aTransaction['type'].','.$aTransaction['status'].','.$aTransaction['amount']['currency'].','.$aTransaction['amount']['amount'].','.$aTransaction['confirmedAmount']['currency'].','.$aTransaction['confirmedAmount']['amount'].','.$aTransaction['startTime'].','.$aTransaction['lastUpdateTime']; 221 } else { 222 $sTransactionString .= ','.$aTransaction['id'].','.$aTransaction['paymentBrand'].','.$aTransaction['type'].','.$aTransaction['status'].','.$aTransaction['amount']['currency'].','.$aTransaction['amount']['amount'].',,,'.$aTransaction['startTime'].','.$aTransaction['lastUpdateTime']; 223 } 220 224 } 221 225 … … 231 235 $sMerchantOrderId = $aRokResult['merchantOrderId']; 232 236 $sOmniKassaStatus = $aRokResult['orderStatus']; 233 $aTransaction = icwoorok2_getTransaction($aRokResult['transactions']);234 235 $sTransactionId = $aTransaction ['id'];236 $sTransactionMethod = $aTransaction ['paymentBrand'];237 $aTransactionData = icwoorok2_getTransaction($aRokResult['transactions']); 238 239 $sTransactionId = $aTransactionData['id']; 240 $sTransactionMethod = $aTransactionData['paymentBrand']; 237 241 238 242 // Get order by Merchant Order ID -
woo-rabo-omnikassa/trunk/ic-woo-omnikassa-2.php
r2954796 r2960660 9 9 Text Domain: ic-woo-omnikassa-2 10 10 Domain Path: /languages 11 Version: 2.2.9 11 Version: 2.2.9.1 12 12 */ 13 13 -
woo-rabo-omnikassa/trunk/readme.txt
r2954796 r2960660 4 4 Tags: omnikassa, smartpay, smart pay, rabobank, payment, ideal, woocommerce 5 5 Requires at least: 5.0.7 6 Tested up to: 6.3 6 Tested up to: 6.3.1 7 7 Stable tag: /trunk/ 8 8 Requires PHP: 7.4.30 … … 113 113 == Changelog == 114 114 115 = 2.2.9.1 = 116 * Changed the signature validation of the webhook. 117 If a payment is cancelled there is data missing from the payload, but it is used for the signature validation. 118 We have implemented a fix to add the missing data, so that the signature validation is done correctly. 119 115 120 = 2.2.9 = 116 121 * Changed the credticard method to also indicate Apple Pay support.
Note: See TracChangeset
for help on using the changeset viewer.