Ghost/ghost/stripe
Ronald Langeveld 8483d96f08
Added customer_update param to StripeAPI (#20105)
ref https://linear.app/tryghost/issue/ENG-881/stripe-tax-checkout-instantiation-fails-for-free-members-when-choosing

- For existing customers to be able to upgrade their account with automatic tax enabled, we need to pass in `customer_update[address]:auto` as per Stripe documentation.
- Automatic tax calculation in Checkout requires a valid address on the Customer. Add a valid address to the Customer or set either 'customer_update[address]' to 'auto' or 'customer_update[shipping]' to 'auto' to save the address entered in Checkout to the Customer.
- We update the existing customer details by passing in address `auto` when they upgrade their accounts.
- Stripe captures the billing address information by default when new accounts are created and then that is used to calculate the tax rate.
2024-05-01 15:35:25 +08:00
..
lib Added customer_update param to StripeAPI (#20105) 2024-05-01 15:35:25 +08:00
test Wired up additional payment types with labs flag 2024-04-04 23:13:10 +07:00
.eslintrc.js
index.js
package.json Update TryGhost packages 2024-05-01 08:49:04 +02:00