[accelerator] fix redirection link
This commit is contained in:
parent
8fee195577
commit
1eb52d8a35
@ -304,7 +304,7 @@ export class AcceleratePreviewComponent implements OnDestroy, OnChanges {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
this.cashAppPay = await this.payments.cashAppPay(paymentRequest, {
|
this.cashAppPay = await this.payments.cashAppPay(paymentRequest, {
|
||||||
redirectURL: 'https://my.website/checkout',
|
redirectURL: `https://mempool.space/tx/${this.tx.txid}`,
|
||||||
referenceId: `accelerator-${this.tx.txid.substring(0, 15)}-${Math.round(new Date().getTime() / 1000)}`,
|
referenceId: `accelerator-${this.tx.txid.substring(0, 15)}-${Math.round(new Date().getTime() / 1000)}`,
|
||||||
});
|
});
|
||||||
await this.cashAppPay.attach('#cash-app-pay');
|
await this.cashAppPay.attach('#cash-app-pay');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user