diff --git a/packages/Webkul/Payment/src/Config/paymentmethods.php b/packages/Webkul/Payment/src/Config/paymentmethods.php index a4380b36a..864751d7a 100755 --- a/packages/Webkul/Payment/src/Config/paymentmethods.php +++ b/packages/Webkul/Payment/src/Config/paymentmethods.php @@ -5,13 +5,13 @@ return [ 'title' => 'Cash On Delivery', 'description' => 'shop::app.checkout.onepage.cash-desc', 'class' => 'Webkul\Payment\Payment\CashOnDelivery', - 'active' => false, + 'active' => true, 'sort' => 1 ], 'moneytransfer' => [ 'code' => 'moneytransfer', - 'title' => 'Invoice', + 'title' => 'Money Transfer', 'description' => 'shop::app.checkout.onepage.money-desc', 'class' => 'Webkul\Payment\Payment\MoneyTransfer', 'active' => true, @@ -24,7 +24,7 @@ return [ 'description' => 'shop::app.checkout.onepage.paypal-desc', 'class' => 'Webkul\Paypal\Payment\Standard', 'sandbox' => true, - 'active' => false, + 'active' => true, 'business_account' => 'test@webkul.com', 'sort' => 3 ]