Recommended size: Logo size should be (50*30)px and Max upto 50KB.
-
- ]]>
- 1
-
-
@@ -1266,11 +1261,31 @@
-
+ Magento\Config\Model\Config\Source\YesnoSet to yes if you want to enable the Worldpay Payment methods on multishipping orders.
+
+
+ 1
+ Enter the merchant code for Multishipping orders. If it is blank, global merchant code entered under General configuration will be applicable.
+
+
+
+ 1
+ Enter the merchant username for Multishipping orders. If it is blank, global merchant username entered under General configuration will be applicable.
+
+
+
+ 1
+ Enter the merchant password for Multishipping orders. If it is blank, global merchant password entered under General configuration will be applicable.
+
+
+
+ 1
+ Enter the merchant Installation Id for Multishipping orders. If it is blank, global merchant Installation Id entered under HPP configuration will be applicable.
+
@@ -1284,7 +1299,76 @@
1
+
+
+ Enter the merchant code for Paybylink orders. If it is blank, global merchant code entered under General configuration will be applicable.
+ 1
+
+
+
+ Enter the merchant username for Paybylink orders. If it is blank, global merchant username entered under General configuration will be applicable.
+ 1
+
+
+
+ Enter the merchant password for Paybylink orders. If it is blank, global merchant password entered under General configuration will be applicable.
+ 1
+
+
+
+ 1
+ Enter the merchant Installation Id for Pay By Link orders. If it is blank, global merchant Installation Id entered under HPP configuration will be applicable.
+
+
+
+ 1
+ validate-no-empty validate-digits validate-digits-range digits-range-1-48
+ Pay By Link will be expired based on the above entered value. The value must be entered in the range between 1 to 48 hours.
+
+
+
+ 1
+ Magento\Config\Model\Config\Source\Yesno
+ If set "Yes", expiry lifetime will be doubled once.
+
+
+
+
+
+
+
+ 1
+ Enter the merchant code for Recurring orders. If it is blank, global merchnat code entered under General configuration will be applicable.
+
+
+
+ 1
+ Enter the username for this Recurring specific Merchant code. If it is blank, global XML username entered under General configuration will be applicable.
+
+
+
+ 1
+ Enter the password for this Recurring specific Merchant code. If it is blank, global XML password entered under General configuration will be applicable.
+
+
+
+
+
+
+
+
+
+ Sapient\Worldpay\Model\Config\Source\CaptureDelay
+ 0 - Automatically captures immediately 1-14 - Sets the number of days to delay capture by OFF - Disables capture completely (you have to capture with an order modification) DEFAULT - Uses the default preconfigured value set on the merchantCode]]>
+
+
+
+ required-entry validate-digits validate-not-negative-number validate-digits-range digits-range-1-14
+ custom
+ Sets the number of days to delay capture by
+
+
diff --git a/etc/config.xml b/etc/config.xml
index 942d35ce..c9e13b95 100644
--- a/etc/config.xml
+++ b/etc/config.xml
@@ -80,6 +80,8 @@
0Alternative Payment MethodsPAYPAL-EXPRESS
+ ONE-OFF
+ By signing this mandate form, you authorise (A) Worldpay to send instructions to your bank to debit your account and (B) your bank to debit your account in accordance with the instructions from Worldpay. As part of your rights, you are entitled to a refund from your bank under the terms and conditions of your agreement with your bank. A refund must be claimed within 8 weeks starting from the date on which your account was debited. Your rights are explained in a statement that you can obtain from your bank.JE-GB,IM-GB
@@ -108,8 +110,13 @@
adobe@fisglobal.com
- Share Order
+ Pay By Link
+ 24
+
+ default
+ 1
+
diff --git a/etc/cron_groups.xml b/etc/cron_groups.xml
index 306ff5aa..7e052907 100644
--- a/etc/cron_groups.xml
+++ b/etc/cron_groups.xml
@@ -18,4 +18,13 @@
6001
+
+ 1
+ 4
+ 2
+ 10
+ 60
+ 600
+ 1
+
\ No newline at end of file
diff --git a/etc/crontab.xml b/etc/crontab.xml
index fa323153..a3239640 100644
--- a/etc/crontab.xml
+++ b/etc/crontab.xml
@@ -10,4 +10,9 @@
* * * * *
+
+
+ * * * * *
+
+
\ No newline at end of file
diff --git a/etc/email_templates.xml b/etc/email_templates.xml
index 68e22d3d..394c8475 100644
--- a/etc/email_templates.xml
+++ b/etc/email_templates.xml
@@ -13,9 +13,6 @@
-
-
-
-
-
+
+
diff --git a/etc/frontend/events.xml b/etc/frontend/events.xml
index ec7060b0..9644a186 100644
--- a/etc/frontend/events.xml
+++ b/etc/frontend/events.xml
@@ -6,4 +6,7 @@
+
+
+
\ No newline at end of file
diff --git a/etc/module.xml b/etc/module.xml
index 5747a446..25d38602 100644
--- a/etc/module.xml
+++ b/etc/module.xml
@@ -9,6 +9,7 @@
+
diff --git a/etc/paymentmethods.xml b/etc/paymentmethods.xml
index add7fd4a..54abc917 100644
--- a/etc/paymentmethods.xml
+++ b/etc/paymentmethods.xml
@@ -151,14 +151,6 @@
1
-
- Qiwi
-
- KZ
- RU
-
- 1
- SEPA (One off transactions)
@@ -782,14 +774,6 @@
1
-
- Qiwi
-
- KZ
- RU
-
- 1
- SEPA (One off transactions)
diff --git a/view/adminhtml/templates/form/card.phtml b/view/adminhtml/templates/form/card.phtml
index 42236866..1c1d17dd 100644
--- a/view/adminhtml/templates/form/card.phtml
+++ b/view/adminhtml/templates/form/card.phtml
@@ -124,8 +124,8 @@ $serializedFormData = $block->getJsonData($wpData);
+
\ No newline at end of file
diff --git a/view/frontend/web/template/payment-methods/list.html b/view/frontend/web/template/payment-methods/list.html
index f58f4224..ec3cfe20 100644
--- a/view/frontend/web/template/payment-methods/list.html
+++ b/view/frontend/web/template/payment-methods/list.html
@@ -7,7 +7,8 @@
\ No newline at end of file
diff --git a/view/frontend/web/template/payment/cc-form.html b/view/frontend/web/template/payment/cc-form.html
index e9929fc9..3132f378 100644
--- a/view/frontend/web/template/payment/cc-form.html
+++ b/view/frontend/web/template/payment/cc-form.html
@@ -124,7 +124,7 @@