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

fix: Update camptix code to resolve the issue of Stripe Payment Inten… #1271

Merged
merged 4 commits into from
Mar 19, 2024

Conversation

hideokamoto
Copy link
Contributor

@hideokamoto hideokamoto commented Mar 18, 2024

It's a patch for this issue: #1270 .

When calling the Stripe API, including a string with '[' in the metadata key can cause unexpected behavior.
Therefore, I added a process to replace '[' with '('.

Fixes #1270

@dd32 dd32 self-requested a review March 19, 2024 00:54
@dd32 dd32 merged commit 4623cc7 into WordPress:production Mar 19, 2024
2 of 3 checks passed
@hideokamoto hideokamoto deleted the fix/camptix/stripe-metadata branch March 25, 2024 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Using [ in ticket names created with Camptix causes an error with the Stripe API.
2 participants