From 8399833225ae300d2a36fa1b1df3094425fa2e9a Mon Sep 17 00:00:00 2001 From: "vishal.kushwaha650" Date: Thu, 8 Oct 2020 13:02:23 +0530 Subject: [PATCH] Issue #4031 Fixed --- packages/Webkul/Paypal/src/Config/paymentmethods.php | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/Webkul/Paypal/src/Config/paymentmethods.php b/packages/Webkul/Paypal/src/Config/paymentmethods.php index d5cd28675..63f792094 100755 --- a/packages/Webkul/Paypal/src/Config/paymentmethods.php +++ b/packages/Webkul/Paypal/src/Config/paymentmethods.php @@ -15,6 +15,7 @@ return [ 'code' => 'paypal_smart_button', 'title' => 'Paypal Smart Button', 'description' => 'Paypal Smart Button', + 'client_id' => 'sb', 'class' => 'Webkul\Paypal\Payment\SmartButton', 'sandbox' => true, 'active' => true,