mirror of
https://github.com/jlengrand/adyen-web.git
synced 2026-03-10 08:01:22 +00:00
feat: add klarna b2b tx_variant (#2355)
This commit is contained in:
5
.changeset/tough-fishes-exercise.md
Normal file
5
.changeset/tough-fishes-exercise.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@adyen/adyen-web': minor
|
||||
---
|
||||
|
||||
Add `klarna_b2b` tx variant so that Billie (klarna_b2b) is supported.
|
||||
@@ -195,6 +195,7 @@ const componentsMap = {
|
||||
|
||||
/** Klarna */
|
||||
klarna: Klarna,
|
||||
klarna_b2b: Klarna,
|
||||
klarna_account: Klarna,
|
||||
klarna_paynow: Klarna,
|
||||
/** Klarna */
|
||||
|
||||
Reference in New Issue
Block a user