-
Notifications
You must be signed in to change notification settings - Fork 48
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
Card Details not being passed/recognised #246
Comments
@Prometheus2704 thanks for the report. Would you mind turning on the debugging switch in https://github.com/drastik/com.drastikbydesign.stripe/blob/4.7-dev/js/civicrm_stripe.js#L230 ...and report back with an error code? Thanks! |
Where will I find the log? |
The log is your js console in your web browser. |
No errors are displayed in the console when using WebForm, but that appears to be an issue with Webform CiviCRM as the Expiration Date is also causing issues with the Dummy Processor. The following is reported on the native Event registration page (entering participant info and CC details):
Obviously only the last entry is directly related to civicrm_stripe Also: On the Confirmation Page:
Finally the error in the OP is displayed |
Drupal 7.56
webform 7.x-4.x-dev
7.x-4.x-dev
using latest dev versions to see if another unrelated issue is solved
Submitting a Webform with CiviCRM integration produices the errors:
Card Details were entered in the form correctly
Meanwhile the following error:
Is produced when trying to make a payment via an event registration form.
On a separate install (possibly not related) but still with Event registration, the payment is processed but the page hangs and gives a HTTP ERROR 500 (possibly a server issue, investigating that)
The text was updated successfully, but these errors were encountered: