daledupreez

Results 66 comments of daledupreez

Noting that I confirmed with Stripe that US accounts only support USD as the currency, while accounts in other supported countries can use any of the supported currencies.

The most recent changes that most likely caused this issue are in https://github.com/woocommerce/woocommerce-gateway-stripe/pull/4669.

We have just released this change in a 10.0.1 patch release, which is available from the WordPress.org plugin directory: [https://wordpress.org/plugins/woocommerce-gateway-stripe/](https://wordpress.org/plugins/woocommerce-gateway-stripe/)

I want to note that we've identified some more specific issues, some of which have related fixes or additional logging in 10.1.0, which was released earlier this week. The following...

Noting that I have also split out https://github.com/woocommerce/woocommerce-gateway-stripe/issues/4831 | STRIPE-830 into a dedicated issue. The specific problem here is that Optimized Checkout doesn't work when we pick a payment method...

Noting that I've also split out https://github.com/woocommerce/woocommerce-gateway-stripe/issues/4836 to track a more specific issue to do with the flow after we are redirected back from Stripe to the store.

Noting that this is closely related to the UX issues reported in [https://github.com/woocommerce/woocommerce-gateway-stripe/issues/4618](https://github.com/woocommerce/woocommerce-gateway-stripe/issues/4618) / [STRIPE-685](https://linear.app/a8c/issue/STRIPE-685/review-ux-for-disabled-express-payment-methods) We should be able to tackle both issues in the same batch of work.

Thanks for testing, @wjrosa! As we worked out, we also need taxes to be based on the customer billing address. I've updated the steps above to reflect that by adding...

I did some additional testing and debugging today, and I now have a much more robust sense of what is going wrong. The core sequence/behaviour is as follows: * When...

I also explored forcing an update to the express checkout amount after we get the billing address in the `confirm` event, which was triggering a request to update the payment...