offline-payment portal not working confirm button
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user