Back
Todo
fix Stripe Checkout update card wouldn’t update default card on Customer object because ofcourse Stripe has made it needlessly complicated where after updating you need to retrieve the Stripe Checkout Session object, then from that retrieve the SetupIntent object, then from that retrieve the PaymentMethod object, then put the PaymentMethod object in the Customer object
#remoteok