mirror of
https://github.com/mempool/mempool.git
synced 2025-09-23 12:22:44 +02:00
[accelerator] add missing response from cashapp payment
This commit is contained in:
@@ -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');
|
||||
|
Reference in New Issue
Block a user