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

PayPal Standard w/ donation form that has an apostrophe issue and processing message #1079

Closed
DevinWalker opened this issue Oct 4, 2016 · 0 comments
Assignees
Milestone

Comments

@DevinWalker
Copy link
Member

Issue Overview

On PayPal Standard if the donation name has an apostrophe there's a backslash. Also, when you get to the confirmation screen the payment processing message Your donation is processing. This page will reload automatically in 8 seconds. should use an information notice to output.

Possible Solution

Escape the donation form name prior? I need to investigate why this is happening, should be a quick fix though. The notice is easy too, we just need to use give_output_error with a success param.

@DevinWalker DevinWalker added this to the 1.6.2 milestone Oct 4, 2016
@DevinWalker DevinWalker self-assigned this Oct 4, 2016
@DevinWalker DevinWalker added the bug label Oct 4, 2016
DevinWalker pushed a commit that referenced this issue Oct 4, 2016
DevinWalker pushed a commit that referenced this issue Oct 4, 2016
@DevinWalker DevinWalker mentioned this issue Oct 4, 2016
6 tasks
DevinWalker pushed a commit that referenced this issue Oct 4, 2016
* release/1.6.2:
  Simplified the PR and Issue templates
  Change log added for 1.6.2 and fixed #1079
  Added stripslashes to the $item_name variable on L129 and tested - no more apostrophe :) #1079
  Payment processing message should output using a info notice
  Updated issue template
  New templates for contributing, issues, and PRs now in master #1052

# Conflicts:
#	readme.txt
DevinWalker pushed a commit that referenced this issue Oct 4, 2016
* release/1.7:
  Simplified the PR and Issue templates
  Change log added for 1.6.2 and fixed #1079
  Added stripslashes to the $item_name variable on L129 and tested - no more apostrophe :) #1079
  Payment processing message should output using a info notice
  Updated issue template
  New templates for contributing, issues, and PRs now in master #1052
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

No branches or pull requests

1 participant