Reverting to original settings
This commit is contained in:
parent
e7e2d6adbb
commit
5b563ca0d1
|
|
@ -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
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue