Skip to content

Commit

Permalink
Minor fix: use blik and bacs configurations in drop-in (example app)
Browse files Browse the repository at this point in the history
COAND-776
  • Loading branch information
jreij committed Jul 19, 2023
1 parent 4422f15 commit a877f46
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ internal class CheckoutConfigurationProvider @Inject constructor(
)
.addCardConfiguration(getCardConfiguration())
.addCashAppPayConfiguration(getCashAppPayConfiguration())
.addBlikConfiguration(getBlikConfiguration())
.addBacsDirectDebitConfiguration(getBacsConfiguration())
.addBcmcConfiguration(getBcmcConfiguration())
.addGooglePayConfiguration(getGooglePayConfiguration())
.add3ds2ActionConfiguration(get3DS2Configuration())
Expand Down

0 comments on commit a877f46

Please sign in to comment.