From b6cf328722b89e65453a631a7f4f15abd1ebd3d6 Mon Sep 17 00:00:00 2001 From: Devansh Date: Fri, 6 May 2022 13:03:50 +0530 Subject: [PATCH] Common Message Added --- .../views/checkout/onepage/paypal-smart-button.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/Webkul/Paypal/src/Resources/views/checkout/onepage/paypal-smart-button.blade.php b/packages/Webkul/Paypal/src/Resources/views/checkout/onepage/paypal-smart-button.blade.php index dff427bac..0c1098b18 100644 --- a/packages/Webkul/Paypal/src/Resources/views/checkout/onepage/paypal-smart-button.blade.php +++ b/packages/Webkul/Paypal/src/Resources/views/checkout/onepage/paypal-smart-button.blade.php @@ -90,7 +90,7 @@ onError: function (error) { if (! options.authorizationFailed) { - options.alertBox(error); + options.alertBox(messages.universalError); } } };