diff --git a/frappe/templates/pages/integrations/payment-cancel.html b/frappe/templates/pages/integrations/payment-cancel.html index 83da017f53..8d107fdb28 100644 --- a/frappe/templates/pages/integrations/payment-cancel.html +++ b/frappe/templates/pages/integrations/payment-cancel.html @@ -2,11 +2,20 @@ {% block title %}{{ _("Payment Cancelled") }}{% endblock %} -{%- block header -%} -
{{ _("You have cancelled the payment") }}
- +{{ _("Your payment is cancelled.") }}
+ +{{ _("Oops. Your payment has failed.") }}
-{{ frappe.form_dict.redirect_message or _("Continue") }}
+ + + {% endblock %} diff --git a/frappe/templates/pages/integrations/payment-success.html b/frappe/templates/pages/integrations/payment-success.html index ee1dc4930e..3572584f13 100644 --- a/frappe/templates/pages/integrations/payment-success.html +++ b/frappe/templates/pages/integrations/payment-success.html @@ -2,12 +2,19 @@ {% block title %}{{ _("Payment Success") }}{% endblock %} -{%- block header -%} -{{ _("Your payment was successfully accepted") }}
-{{ frappe.form_dict.redirect_message or _("Continue") }}
+{{ _("Your payment was successfully accepted") }}
+ +