Add invoice number to copy memo button

This commit is contained in:
Rene Vergara 2023-03-15 16:52:57 -05:00
parent a8bcffa049
commit cc0a0171ff
Signed by: pitmutt
GPG key ID: 65122AD495A7F5B2

View file

@ -440,7 +440,7 @@ vE = {
this.vE.pmtserviceNotservError); this.vE.pmtserviceNotservError);
} }
try { try {
navigator.clipboard.writeText("ZGo Order::" + this.orderId); navigator.clipboard.writeText("ZGo Order::" + this.orderId + " Invoice: " + this.order.externalInvoice);
} catch (err) { } catch (err) {
this.notifierService this.notifierService
.showNotification(this.vE.pmtserviceCopymemoError, .showNotification(this.vE.pmtserviceCopymemoError,