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 fcfe41e + b75955f commit b60f998Copy full SHA for b60f998
composer.json
@@ -6,7 +6,7 @@
6
"magento/framework": ">=103.0.1"
7
},
8
"type": "magento2-module",
9
- "version": "0.10.0",
+ "version": "0.10.1",
10
"autoload": {
11
"files": [
12
"registration.php"
etc/csp_whitelist.xml
@@ -9,6 +9,7 @@
<value id="leanpay_si" type="host">https://app.leanpay.si</value>
<value id="leanpay_ro_dev" type="host">https://stage-app.leanpay.ro</value>
<value id="leanpay_ro" type="host">https://vendor.leanpay.ro</value>
+ <value id="leanpay_si_checkout_redirect" type="host">https://stage-checkout.leanpay.si</value>
13
</values>
14
</policy>
15
</policies>
0 commit comments