Hello.
Several Stripe workflows made using the stripe.js plugin no longer work the way they used to.
It seems Stripe has changed a lot of the way it’s API works with this " 2025-06-30.basil" version.
I noticed that “Create a subscription” no longer returns the Subscription ID, create an Invoice Item no longer returns an Invoice Line Item ID, and there seems to be a problem processing Invoice Line Items because Stripe is deprecating “unit_amount” and are only expecting “unit_amount_decial” fields?
I guess my question is, are Stripe’s recent updates breaking Bubble apps/plugins or is it just me?