We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68d5b87 + 91373e3 commit ca27d5fCopy full SHA for ca27d5f
1 file changed
src/api/payment/webhook/webhook.service.ts
@@ -72,7 +72,7 @@ export class WebhookService {
72
}
73
74
public async handleCrypto(payload: any) {
75
- if (payload.status !== 'paid') return
+ if (payload.status !== 'paid' || payload.status !== 'paid_over') return
76
77
await this.processPayment({
78
provider: 'crypto',
0 commit comments