Skip to content

Commit

Permalink
feat(connector): add Interac as Payment Method Type (#1205)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sakilmostak authored May 18, 2023
1 parent bc5497f commit afceda5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions crates/api_models/src/enums.rs
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,7 @@ pub enum PaymentMethodType {
Giropay,
GooglePay,
Ideal,
Interac,
Klarna,
MbWay,
MobilePay,
Expand Down
1 change: 1 addition & 0 deletions crates/storage_models/src/enums.rs
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,7 @@ pub enum PaymentMethodType {
Giropay,
GooglePay,
Ideal,
Interac,
Klarna,
MbWay,
MobilePay,
Expand Down

0 comments on commit afceda5

Please sign in to comment.