diff --git a/i18n/pl_PL.csv b/i18n/pl_PL.csv
index 628bbc0..6b0f3a5 100644
--- a/i18n/pl_PL.csv
+++ b/i18n/pl_PL.csv
@@ -1,5 +1,6 @@
"BLIK via Dotpay","BLIK przez Dotpay"
-"Card payments", "Płatność kartą"
+"Card payments","Płatność kartą"
+"One Click card payments","One Click płatność kartą"
"Credit card via Dotpay","Karty płatnicze przez Dotpay"
"Masterpass via Dotpay","Masterpass przez Dotpay"
"Credit card (One Click) via Dotpay","Płatności One Click przez Dotpay"
@@ -156,3 +157,13 @@
"One Click card payments via Dotpay","Płatność 1 click kartą dzięki Dotpay"
"Acceptance Mark","Zaakceptuj wymagane zgody"
"Pay using","Zapłać za pomocą"
+"Dotpay payment possible duplicate","Płatność Dotpay prawdopodobnie zduplikowana"
+"Payment link generated successfully","Link płatności wygenerowany poprawnie"
+"Payment link could not be created","Wystąpił błąd podczas generowania linku"
+"Payment link deleted successfully","Link płatności usunięty"
+"Payment link could not be deleted","Wystąpił błąd podczas usuwania linku"
+"Generate payment link","Wygeneruj nowy link płatności"
+"You can generate a payment link for this order and send it to the customer","Możesz wygenerować link płatniczy do tego zamówienia i wysłać go do Klienta"
+"Action","Akcja"
+"delete","usuń"
+"Generate payment link","Wygenruj link do płatności"
diff --git a/view/adminhtml/layout/sales_order_view.xml b/view/adminhtml/layout/sales_order_view.xml
new file mode 100644
index 0000000..1122fe2
--- /dev/null
+++ b/view/adminhtml/layout/sales_order_view.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/view/adminhtml/templates/order/view/retrypayment.phtml b/view/adminhtml/templates/order/view/retrypayment.phtml
new file mode 100644
index 0000000..dcf5fcd
--- /dev/null
+++ b/view/adminhtml/templates/order/view/retrypayment.phtml
@@ -0,0 +1,35 @@
+canShowBlock()) : ?>
+
+
+ = __('Generate payment link');?>
+
+ getRetryPayments()) : ?>
+ canRetry()) : ?>
+
+
+
+ URL |
+ = __('Action');?> |
+
+
+
+ getRetryPayments() as $payment) : ?>
+
+
+ = $payment->getUrl(); ?>
+ |
+ canDelete()) : ?>= __('delete');?> |
+
+
+ = __('Send the generated payment link from the URL column to the Customer');?> |
+
+
+
+
+
+
+ canRetry()) : ?>
+ = __('You can generate a payment link for this order and send it to the customer');?>
+ = __('Generate payment link');?>
+
+
diff --git a/view/adminhtml/web/retrypayment.css b/view/adminhtml/web/retrypayment.css
new file mode 100644
index 0000000..7ace357
--- /dev/null
+++ b/view/adminhtml/web/retrypayment.css
@@ -0,0 +1,8 @@
+.select-all {
+ -webkit-touch-callout: all; /* iOS Safari */
+ -webkit-user-select: all; /* Safari */
+ -khtml-user-select: all; /* Konqueror HTML */
+ -moz-user-select: all; /* Firefox */
+ -ms-user-select: all; /* Internet Explorer/Edge */
+ user-select: all; /* Chrome and Opera */
+}
diff --git a/view/frontend/web/template/payment/oc-form.html b/view/frontend/web/template/payment/oc-form.html
index beb0bed..a00c0a2 100755
--- a/view/frontend/web/template/payment/oc-form.html
+++ b/view/frontend/web/template/payment/oc-form.html
@@ -29,7 +29,7 @@
-
+