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,