Mollie\Payment\Model\Methods\General
diff --git a/etc/di.xml b/etc/di.xml
index 573987a7e20..d5e3e1055df 100644
--- a/etc/di.xml
+++ b/etc/di.xml
@@ -106,6 +106,7 @@
- Mollie\Payment\Service\Order\TransactionPart\UseSavedPaymentMethod
- Mollie\Payment\Service\Order\TransactionPart\PhoneNumber
- Mollie\Payment\Service\Order\TransactionPart\DateOfBirth
+ - Mollie\Payment\Service\Order\TransactionPart\CaptureMode
diff --git a/etc/events.xml b/etc/events.xml
index 8d0cdb035cf..e55328d4a69 100644
--- a/etc/events.xml
+++ b/etc/events.xml
@@ -60,4 +60,7 @@
+
+
+
diff --git a/view/adminhtml/layout/adminhtml_order_shipment_new.xml b/view/adminhtml/layout/adminhtml_order_shipment_new.xml
new file mode 100644
index 00000000000..8121473ace0
--- /dev/null
+++ b/view/adminhtml/layout/adminhtml_order_shipment_new.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
diff --git a/view/adminhtml/templates/order/shipment/create/payment_hold_warning.phtml b/view/adminhtml/templates/order/shipment/create/payment_hold_warning.phtml
new file mode 100644
index 00000000000..273c7804f62
--- /dev/null
+++ b/view/adminhtml/templates/order/shipment/create/payment_hold_warning.phtml
@@ -0,0 +1,31 @@
+
+
+
+ Please note: You are creating a partial shipment, but it's only possible to capture the payment once.
+ Please double-check you are shipping the correct items.
+
+
+
diff --git a/view/adminhtml/web/css/styles.less b/view/adminhtml/web/css/styles.less
index 6377700050e..49a20a54ebd 100644
--- a/view/adminhtml/web/css/styles.less
+++ b/view/adminhtml/web/css/styles.less
@@ -223,3 +223,7 @@ a.mollie-tooltip:hover span {
background-size: auto 50%;
text-indent: 35px;
}
+
+.mollie-manual-capture-warning.message {
+ margin-top: 20px;
+}