change defualt payment method & oderder number in customer invoice

This commit is contained in:
rahul shukla 2019-09-13 15:54:05 +05:30
parent 48d86f05e8
commit 00b83b1398
2 changed files with 3 additions and 3 deletions

View File

@ -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' => [

View File

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