diff --git a/packages/Webkul/Paypal/src/Config/paymentmethods.php b/packages/Webkul/Paypal/src/Config/paymentmethods.php index 32c537b13..56fb77406 100755 --- a/packages/Webkul/Paypal/src/Config/paymentmethods.php +++ b/packages/Webkul/Paypal/src/Config/paymentmethods.php @@ -2,7 +2,7 @@ return [ 'paypal_smart_button' => [ 'code' => 'paypal_smart_button', - 'title' => 'PayPal', + 'title' => 'PayPal Smart Button', 'description' => 'PayPal', 'client_id' => 'sb', 'class' => 'Webkul\Paypal\Payment\SmartButton',