Skip to content

Commit

Permalink
Add enabledInstallment field to Garanti Pay Init Request
Browse files Browse the repository at this point in the history
  • Loading branch information
deryacakmak committed Oct 14, 2024
1 parent 861fc2d commit ce69f3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Craftgate/Model/WebhookEventType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public enum WebhookEventType
[EnumMember(Value = "WALLET_TX_CREATED")] WALLET_TX_CREATED,
[EnumMember(Value = "BNPL_NOTIFICATION")] BNPL_NOTIFICATION,
[EnumMember(Value = "BANK_ACCOUNT_TRACKING_RECORD")] BANK_ACCOUNT_TRACKING_RECORD,
[EnumMember(Value = "BKM_EXPRESS_PAYMENT_NOTIFICATION")] BANK_ACCOUNT_TRACKING_RECORD,
[EnumMember(Value = "MULTI_PAYMENT_COMPLETED")] BANK_ACCOUNT_TRACKING_RECORD
[EnumMember(Value = "BKM_EXPRESS_PAYMENT_NOTIFICATION")] BKM_EXPRESS_PAYMENT_NOTIFICATION,
[EnumMember(Value = "MULTI_PAYMENT_COMPLETED")] MULTI_PAYMENT_COMPLETED
}
}

0 comments on commit ce69f3b

Please sign in to comment.