From cd2238447a7c3a801f6eddbf30df93184df8b2be Mon Sep 17 00:00:00 2001 From: Felipe Orellana Date: Tue, 19 Oct 2021 16:33:45 +0530 Subject: [PATCH 1/2] fix: Adds awesomplete.less to frontend for shopping cart address form --- frappe/public/build.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frappe/public/build.json b/frappe/public/build.json index e23eed77401d..2f894e1e8c79 100755 --- a/frappe/public/build.json +++ b/frappe/public/build.json @@ -1,7 +1,8 @@ { "css/frappe-web-b4.css": [ "public/scss/website.scss", - "public/less/indicator.less" + "public/less/indicator.less", + "public/less/awesomplete.less" ], "css/frappe-chat-web.css": [ "public/css/font-awesome.css", From 9d16228f495a1faf2d55f7efd855c5966f1b1aa8 Mon Sep 17 00:00:00 2001 From: Felipe Orellana Date: Mon, 25 Oct 2021 14:20:19 +0530 Subject: [PATCH 2/2] hotfix: removes 4 second delay before payment success redirect --- frappe/templates/pages/integrations/payment-success.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/frappe/templates/pages/integrations/payment-success.html b/frappe/templates/pages/integrations/payment-success.html index 45bc303a75e2..6bcfe7826282 100644 --- a/frappe/templates/pages/integrations/payment-success.html +++ b/frappe/templates/pages/integrations/payment-success.html @@ -25,9 +25,7 @@