We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a94ce9c + de31003 commit 17359e0Copy full SHA for 17359e0
Helper/Data.php
@@ -84,7 +84,7 @@ class Data extends AbstractHelper
84
* https://docs.leanpay.com/api-integracija/API/custom/installment-plans-credit-calculation
85
*/
86
public const LEANPAY_INSTALLMENT_URL = [
87
- 'EUR' => 'https://app.leanpay.si/vendor/installment-plans',
+ 'SLO' => 'https://app.leanpay.si/vendor/installment-plans',
88
'HRK' => 'https://app.leanpay.hr/vendor/installment-plans',
89
'RON' => 'https://app.leanpay.ro/vendor/installment-plans'
90
];
composer.json
@@ -6,7 +6,7 @@
6
"magento/framework": ">=103.0.1"
7
},
8
"type": "magento2-module",
9
- "version": "0.4.0",
+ "version": "0.5.0",
10
"autoload": {
11
"files": [
12
"registration.php"
0 commit comments