Add pending (#31)

This commit is contained in:
struga 2024-05-23 11:18:18 +03:00 committed by GitHub
parent 6b9af0874d
commit 154c519f04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,6 +36,8 @@ public class PaymentMapper implements Mapper<InvoiceChange, MachineEvent, Paymen
|| change.getInvoicePaymentChange().getPayload().getInvoicePaymentStatusChanged().getStatus()
.isSetProcessed()
|| change.getInvoicePaymentChange().getPayload().getInvoicePaymentStatusChanged().getStatus()
.isSetPending()
|| change.getInvoicePaymentChange().getPayload().getInvoicePaymentStatusChanged().getStatus()
.isSetCaptured());
}