Skip to content

Commit 17359e0

Browse files
Merge pull request #117 from magebitcom/feature/MB-21905
MB-21905 Fix incorrect Slovenian production api key mapping
2 parents a94ce9c + de31003 commit 17359e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Helper/Data.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class Data extends AbstractHelper
8484
* https://docs.leanpay.com/api-integracija/API/custom/installment-plans-credit-calculation
8585
*/
8686
public const LEANPAY_INSTALLMENT_URL = [
87-
'EUR' => 'https://app.leanpay.si/vendor/installment-plans',
87+
'SLO' => 'https://app.leanpay.si/vendor/installment-plans',
8888
'HRK' => 'https://app.leanpay.hr/vendor/installment-plans',
8989
'RON' => 'https://app.leanpay.ro/vendor/installment-plans'
9090
];

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"magento/framework": ">=103.0.1"
77
},
88
"type": "magento2-module",
9-
"version": "0.4.0",
9+
"version": "0.5.0",
1010
"autoload": {
1111
"files": [
1212
"registration.php"

0 commit comments

Comments
 (0)