-
+
@@ -34,7 +34,7 @@ along with this program. If not, see .
Paynl\Payment\Block\Adminhtml\System\Config\Fieldset\Expanded
-
+
diff --git a/etc/payment.xml b/etc/payment.xml
index 049d278a..c4fea4c6 100644
--- a/etc/payment.xml
+++ b/etc/payment.xml
@@ -6,20 +6,84 @@
*/
-->
+ xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Payment:etc/payment.xsd">
+
+ 0
+
+
+ 0
+
+
+ 0
+
+
+ 0
+
+
+ 0
+
+
+ 0
+
+
+ 0
+
+
+ 0
+
+
+ 0
+
0
-
+
+ 0
+
+
+ 0
+
+
+ 0
+
+
+ 0
+
+
+ 0
+
+
+ 0
+
+
+ 0
+
+
+ 0
+
+
+ 0
+
+
+ 0
+
+
+ 0
+
+
+ 0
+
+
+ 0
+
+
0
-
-
diff --git a/registration.php b/registration.php
index 2c884aa2..34df1e14 100644
--- a/registration.php
+++ b/registration.php
@@ -1,4 +1,7 @@
-getMethod()->getInstructions()): ?>
-
- escapeHtml($instructions)) ?>
-
-
diff --git a/view/frontend/web/js/action/set-payment-method.js b/view/frontend/web/js/action/set-payment-method.js
index 382f7ead..042f32ed 100644
--- a/view/frontend/web/js/action/set-payment-method.js
+++ b/view/frontend/web/js/action/set-payment-method.js
@@ -20,7 +20,6 @@ define(
payload,
paymentData = quote.paymentMethod(),
billingAddress = quote.billingAddress();
-
/**
* Checkout for guest and registered customer.
*/
@@ -44,6 +43,7 @@ define(
};
}
+ fullScreenLoader.startLoader();
return storage.post(
serviceUrl, JSON.stringify(payload)
).done(