mirror of
https://github.com/mempool/mempool.git
synced 2025-03-17 13:21:55 +01:00
[accelerator] add missing response from cashapp payment
This commit is contained in:
parent
cac404ae9b
commit
1121377c7a
@ -870,7 +870,8 @@ export class AccelerateCheckout implements OnInit, OnDestroy {
|
||||
tokenResult.details.cashAppPay.referenceId,
|
||||
costUSD
|
||||
).subscribe({
|
||||
next: () => {
|
||||
next: (response) => {
|
||||
this.accelerationResponse = response;
|
||||
this.processing = false;
|
||||
this.apiService.logAccelerationRequest$(this.tx.txid).subscribe();
|
||||
this.audioService.playSound('ascend-chime-cartoon');
|
||||
|
Loading…
x
Reference in New Issue
Block a user