From 5b563ca0d146ea1243252e4fac86b3ebc5168297 Mon Sep 17 00:00:00 2001 From: Prashant Singh Date: Tue, 3 Sep 2019 12:36:57 +0530 Subject: [PATCH] Reverting to original settings --- packages/Webkul/Payment/src/Config/paymentmethods.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ]