[accelerator] add missing response from cashapp payment

This commit is contained in:
nymkappa
2025-03-12 15:27:00 +01:00
parent cac404ae9b
commit 1121377c7a

View File

@@ -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');