change defualt payment method & oderder number in customer invoice
This commit is contained in:
parent
48d86f05e8
commit
00b83b1398
|
|
@ -7,7 +7,7 @@ return [
|
|||
'class' => 'Webkul\Payment\Payment\CashOnDelivery',
|
||||
'active' => true,
|
||||
'sort' => 1,
|
||||
'default' => 'no'
|
||||
'default' => 'yes'
|
||||
],
|
||||
|
||||
'moneytransfer' => [
|
||||
|
|
@ -17,7 +17,7 @@ return [
|
|||
'class' => 'Webkul\Payment\Payment\MoneyTransfer',
|
||||
'active' => true,
|
||||
'sort' => 2,
|
||||
'default' => 'yes'
|
||||
'default' => 'no'
|
||||
],
|
||||
|
||||
'paypal_standard' => [
|
||||
|
|
|
|||
|
|
@ -92,7 +92,7 @@
|
|||
|
||||
<div class="row">
|
||||
<span class="label">{{ __('shop::app.customer.account.order.view.order-id') }} -</span>
|
||||
<span class="value">#{{ $invoice->order_id }}</span>
|
||||
<span class="value">#{{ $invoice->order->increment_id }}</span>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
|
|
|
|||
Loading…
Reference in New Issue