mirror of
https://github.com/valitydev/fraudbusters-mg-connector.git
synced 2024-11-06 01:15:17 +00:00
Add pending (#31)
This commit is contained in:
parent
6b9af0874d
commit
154c519f04
@ -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());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user