Compare commits

...

1 Commits

Author SHA1 Message Date
Dax Raad 18b8b74b8e fix(console): require 3DS for Go card checkout 2026-08-15 19:06:32 +00:00
+5
View File
@@ -381,6 +381,11 @@ export namespace Billing {
return {
line_items: [{ price: LiteData.priceID(), quantity: 1 }],
billing_address_collection: "required",
payment_method_options: {
card: {
request_three_d_secure: "any",
},
},
}
})(),
tax_id_collection: {