Skip to content

Commit 83c3a20

Browse files
authored
chore:add currency to stripe method channel implementation (#2189)
1 parent 753de34 commit 83c3a20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/stripe_web/lib/src/web_stripe.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ class WebStripe extends StripePlatform {
299299
addressState: params.address?.state,
300300
addressCountry: params.address?.country,
301301
addressZip: params.address?.postalCode,
302+
currency: params.currency,
302303
),
303304
);
304305
},

0 commit comments

Comments
 (0)