Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Metadata Does Not Pass to Stripe Order Metadata Fields #315

Open
chattervast opened this issue Sep 29, 2022 · 1 comment
Open

Metadata Does Not Pass to Stripe Order Metadata Fields #315

chattervast opened this issue Sep 29, 2022 · 1 comment
Assignees
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request need more info

Comments

@chattervast
Copy link

chattervast commented Sep 29, 2022

Description

I'm trying to pass additional metadata with an order. I've tested both custom metadata on a product and with the code provided in the docs but no metadata is added to the order or to the purchased product. This was all done in a test environment using Stripe products and the Pro Checkout Twig Tag. The metadata does show in Stripe on the Event Data under Events and Logs, but does not apply itself to the Metadata fields.

Steps to reproduce

  1. Copy code from "Optional Fields" tab at https://docs.enupal.com/stripe-payments/pro/checkout.html#app
  2. Checkout
  3. Check in Stripe Dashboard test environment and see that no additional metadata was applied to the metadata fields.

Additional info

  • Craft version: Pro 3.7.55.2
  • PHP version: 8.0.19
  • Database driver & version: MySQL 8.0.29
  • Plugin version: 4.0.10
  • Is SCA and Stripe Checkout enabled?: Tested with it enabled and disabled.
@chattervast chattervast changed the title Metadata Does Not Pass to Stripe Order Metadata Does Not Pass to Stripe Order Metadata Fields Sep 29, 2022
@andrelopez andrelopez self-assigned this Nov 30, 2022
@andrelopez andrelopez added the enhancement New feature or request label Nov 30, 2022
@andrelopez
Copy link
Member

It looks like this can be only added to one-time payments (limitation from Stripe), are you processing one-time or recurring payments?

@andrelopez andrelopez added need more info dependencies Pull requests that update a dependency file labels Dec 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request need more info
Projects
None yet
Development

No branches or pull requests

2 participants