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

provide user option to submit via javascript or php #113

Open
jmcclelland opened this issue Nov 4, 2015 · 0 comments
Open

provide user option to submit via javascript or php #113

jmcclelland opened this issue Nov 4, 2015 · 0 comments

Comments

@jmcclelland
Copy link
Contributor

See #109 for context.

The javascript submission method is more secure since the credit card number never hits your server. However given the variety of form structures that use credit cards in CiviCRM there are a lot of corner cases that break credit card submissions when you use this method.

We should provide the user with the option of using the javascript method (the default) or the alternative method - submitting via PHP on the server.

When submitting via PHP on the server you use the same method in use by all the other CiviCRM credit card processors making it more stable.

The user can choose the PHP method by setting a constant in their civicrm.settings.php file (in the future it would be useful to make this a gui-configurable option).

jmcclelland added a commit to progressivetech/com.drastikbydesign.stripe that referenced this issue Nov 4, 2015
jmcclelland added a commit to progressivetech/com.drastikbydesign.stripe that referenced this issue Aug 9, 2017
jmcclelland added a commit to progressivetech/com.drastikbydesign.stripe that referenced this issue Oct 25, 2017
jmcclelland added a commit to progressivetech/com.drastikbydesign.stripe that referenced this issue Nov 27, 2017
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