guys i created 3 products in Stripe test , and set my 3 env variables :
PAYMENTS_HOBBY_SUBSCRIPTION_PLANID=prod....,
PAYMENTS_PRO_SUBSCRIPTION_PLANID=prod...,
PAYMENTS_CREDITS_10_PLANID=prod...
when i tried to subscribe in my app :
the request payload in the line_items object the price was set to the plan id .
am i doing something wrong ?