added admin/portal/signed route macros

This commit is contained in:
Denis Duliçi
2021-04-17 01:29:18 +03:00
parent 2b07442260
commit 231f45c262
7 changed files with 92 additions and 25 deletions

View File

@ -55,7 +55,7 @@ const app = new Vue({
let method = payment_method.split('.');
let path = url + '/portal/invoices/' + this.form.document_id + '/' + method[0];
let path = url + '/portal/' + method[0] + '/invoices/' + this.form.document_id;
this.method_show_html = Vue.component('payment-method-confirm', function (resolve, reject) {
resolve({