#sebastian-pricingtable-currency
1 messages · Page 1 of 1 (latest)
@full cliff I'm not sure you can test this reliably with PricingTable because it might not be url encoded properly. If you're just debugging, try this with Checkout directly instead
sebastian-pricingtable-currency
I am not sure if I understood correctly, you mean I cannot set that property in to the stripe-pricing-table component? This is my code:
that's just a picture!
I'm happy to help but can you share exact/real code in text instead
Yeah I just tried locally I don't think the feature is compatible with PricingTable today unfortunately
So yeah this won't work if you use PricingTable today
Testing a bit further, as long as you have configured your Prices with multiple currencies first then it does just work
it's what's documented at https://stripe.com/docs/payments/checkout/pricing-table#price-localization
Do you have a PricingTable I can look at
Yes, What works for you the pricing-table id?
<script async src="https://js.stripe.com/v3/pricing-table.js"></script>
<stripe-pricing-table pricing-table-id="prctbl_1NLIXCBVWhvuuM73I85YEP5V"
publishable-key="XXXX">
</stripe-pricing-table>
oh wait this is a Live PricingTable. This only works with Test mode
Yes it is a Live pricing table, for production I cannot use that feature?