stripe
stripe copied to clipboard
Prices created via Custom Subscription amounts are not prefixed with "price_"
Description
I think I found a minor naming convention issue.
If you create a subscription product in the Stripe dashboard, and then create prices for the product, each price's App ID has the following naming convention: `price_xyz123"
However, prices created by custom subscription functionality do not have the "price_" prefix. It creates a price with an App ID of xyz123
.
For consistency should custom subscriptions also create prices with "price_" prefix?
Craft version: 3.7.38 PHP version: 7.4 Database driver & version: SQL Plugin version: 3.4.2 Is SCA and Stripe Checkout enabled?: Yes