From 7a81aacd3794fe9e57ff1a906641ff365aa2ddad Mon Sep 17 00:00:00 2001 From: jitendra Date: Tue, 6 Oct 2020 19:22:05 +0530 Subject: [PATCH] Added loader after paypal button success payment --- .../checkout/onepage/paypal-smart-button.blade.php | 10 ++++++++++ packages/Webkul/Shop/publishable/assets/js/shop.js | 2 +- .../Webkul/Shop/publishable/assets/mix-manifest.json | 2 +- packages/Webkul/Shop/src/Resources/assets/js/app.js | 2 ++ .../Webkul/Velocity/publishable/assets/js/velocity.js | 2 +- .../Velocity/publishable/assets/mix-manifest.json | 2 +- .../Webkul/Velocity/src/Resources/assets/js/app.js | 4 +++- 7 files changed, 19 insertions(+), 5 deletions(-) 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 87a864840..ba1f50634 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 @@ -1,6 +1,12 @@ @if (request()->route()->getName() == 'shop.checkout.onepage.index') + +