Skip to content

Commit

Permalink
Add the last special casing for konbini.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaynewstrom-stripe committed Sep 13, 2023
1 parent 78f4ad8 commit b3f80d7
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ internal class ConfirmPaymentIntentParamsFactory(
PaymentMethod.Type.Blik.code -> {
optionsParams
}
PaymentMethod.Type.Konbini.code -> {
optionsParams
}
PaymentMethod.Type.Link.code -> {
null
}
Expand Down

0 comments on commit b3f80d7

Please sign in to comment.