subscription shortcode sends wrong plan id to stripe
-
Hi.
My friend chose your plugin to setup stripe payments on her site. My issue is when I use a shortcode no matter what I pass in the amount field it always passes another plan id. It always is the same one too.
[direct-stripe type="subscription" amount="monthly" name="Power Love Graduate Membership" description="$97/Month-billed Monthly" label="I'm a YES to MORE POWER LOVE! ?" panellabel="Subscribe Now"]
No matter what i use for amount it passes “plan_16” to stripe. See below
{ "customer": "cus_CrzXpoT56pVl38", "plan": "plan_16", "metadata": { "description": "The great monthly plan" } }
This is definitely a bug unless I’m missing some hidden override for passing stripe subscription plan ids. I am in test mode when this happens. I don’t want to test it live because of potential miss charges
Any help would appreciated
Thanks
- The topic ‘subscription shortcode sends wrong plan id to stripe’ is closed to new replies.