Reverting to original settings

This commit is contained in:
Prashant Singh 2019-09-03 12:36:57 +05:30
parent e7e2d6adbb
commit 5b563ca0d1
1 changed files with 3 additions and 3 deletions

View File

@ -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
]