4090-global_invoincing #1135

Merged
vicent merged 46 commits from 4090-global_invoincing into dev 2022-11-15 08:48:25 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit a30f50ffe5 - Show all commits

View File

@ -4,7 +4,6 @@ module.exports = {
name: 'invoice',
async serverPrefetch() {
this.invoice = await this.fetchInvoice(this.reference);
console.log('this.invoice: ', this.invoice);
},
vicent marked this conversation as resolved Outdated
Outdated
Review

Quitar console.log

Quitar console.log
methods: {
fetchInvoice(reference) {