Replies: 1 comment 5 replies
-
You need to set the metadata on the subscription. subscription_data: {
metadata: {
pay_name: params[:period]
},
} |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using the checkout method in my user controller to create a redirect to Stripe's hosted checkout page with the following:
I have tried a couple different ways to override Pay's 'default' name in the pay_subscriptions field, but neither approaches work. Can you let me know what I might be doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions