diff --git a/src/app/pmtservice/pmtservice.component.ts b/src/app/pmtservice/pmtservice.component.ts index 7a4661d..334f4d7 100644 --- a/src/app/pmtservice/pmtservice.component.ts +++ b/src/app/pmtservice/pmtservice.component.ts @@ -440,7 +440,7 @@ vE = { this.vE.pmtserviceNotservError); } try { - navigator.clipboard.writeText("ZGo Order::" + this.orderId); + navigator.clipboard.writeText("ZGo Order::" + this.orderId + " Invoice: " + this.order.externalInvoice); } catch (err) { this.notifierService .showNotification(this.vE.pmtserviceCopymemoError,