offline-payment portal not working confirm button

This commit is contained in:
Cihan Şentürk
2021-01-19 14:57:54 +03:00
parent dc3eb37a4d
commit a38c8f96a4
3 changed files with 9 additions and 6 deletions

View File

@ -22,8 +22,10 @@
<button @click="onRedirectConfirm" type="button" id="button-confirm" class="btn btn-success">
{{ trans('general.confirm') }}
</button>
{!! Form::hidden('payment_method', $setting['code'], ['v-model' => 'form.payment_method']) !!}
{!! Form::close() !!}
{!! Form::hidden('payment_method', $setting['code']) !!}
{!! Form::hidden('type', 'income') !!}
{!! Form::close() !!}
</div>
</div>
</div>