Commit 2eac1e8 1 parent 2ac0191 commit 2eac1e8 Copy full SHA for 2eac1e8
File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ class EventType(Enum):
55
55
"INTEREST_PAYOUT" : PPEventType .INTEREST ,
56
56
"INTEREST_PAYOUT_CREATED" : PPEventType .INTEREST ,
57
57
# Removals
58
+ "OUTGOING_TRANSFER" : PPEventType .REMOVAL ,
58
59
"OUTGOING_TRANSFER_DELEGATION" : PPEventType .REMOVAL ,
59
60
"PAYMENT_OUTBOUND" : PPEventType .REMOVAL ,
60
61
"card_order_billed" : PPEventType .REMOVAL ,
@@ -64,10 +65,12 @@ class EventType(Enum):
64
65
"benefits_saveback_execution" : ConditionalEventType .SAVEBACK ,
65
66
# Tax refunds
66
67
"TAX_REFUND" : PPEventType .TAX_REFUND ,
68
+ "ssp_tax_correction_invoice" : PPEventType .TAX_REFUND ,
67
69
# Trade invoices
68
70
"ORDER_EXECUTED" : ConditionalEventType .TRADE_INVOICE ,
69
71
"SAVINGS_PLAN_EXECUTED" : ConditionalEventType .TRADE_INVOICE ,
70
72
"SAVINGS_PLAN_INVOICE_CREATED" : ConditionalEventType .TRADE_INVOICE ,
73
+ "benefits_spare_change_execution" : ConditionalEventType .TRADE_INVOICE ,
71
74
"TRADE_INVOICE" : ConditionalEventType .TRADE_INVOICE ,
72
75
}
73
76
You can’t perform that action at this time.
0 commit comments