Skip to content

Commit c31723a

Browse files
fix: add Apple Pay in deposit event (#152)
Co-authored-by: Niklas Rosenstein <[email protected]>
1 parent 969361e commit c31723a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pytr/event.py

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ class EventType(Enum):
4242
"INCOMING_TRANSFER": PPEventType.DEPOSIT,
4343
"INCOMING_TRANSFER_DELEGATION": PPEventType.DEPOSIT,
4444
"PAYMENT_INBOUND": PPEventType.DEPOSIT,
45+
"PAYMENT_INBOUND_APPLE_PAY": PPEventType.DEPOSIT,
4546
"PAYMENT_INBOUND_GOOGLE_PAY": PPEventType.DEPOSIT,
4647
"PAYMENT_INBOUND_SEPA_DIRECT_DEBIT": PPEventType.DEPOSIT,
4748
"card_refund": PPEventType.DEPOSIT,

0 commit comments

Comments
 (0)