- Aug 01, 2018
- Jul 24, 2018
-
-
mattwire authored
-
- Jun 23, 2018
- Jun 22, 2018
-
-
mattwire authored
-
- Jun 11, 2018
-
-
When you select a priceset with the value 0, the form properly hides the credit card input fields. However, we still try to submit a credit card to stripe which results in an error.
-
-
- Jun 05, 2018
-
-
mattwire authored
-
- May 18, 2018
-
-
mattwire authored
-
- Apr 27, 2018
-
-
Jamie McClelland authored
If we wait for the event handler to kick in, other js code might run first (like offline event registration does an ajax call to register a participant).
-
Jamie McClelland authored
Without this patch, you can the error "no such token" if: * You have two different stripe payment processors configured. * you are making an offline contribution * using the provided payment processor back end, you choose the non-default payment processor. The stripe javascript submits the payment using the default payment processor, but the PHP codes tries to charge it using the user-selected payment processor, which leads to the error. This fix also ensures that if a non-stripe payment processor is chosen we won't try to send it to stripe.
-
- Apr 23, 2018
-
-
Jamie McClelland authored
Without this patch, an attempt to submit a webform with a payment option that totals $0 gets the error: Error: Could not find payment information. That's because the check for a total price of $0 fails. It fails for two reasons: 1. Newer versions of jquery conform to html5 specs that say the data in the field called "data-amount" should be referred to as simply "amount" rather than "data-amount" 2. In addition, jquery now tries to convert values to their appropriate type, so the strict matching of === '0' only matches on the string value of '0' but jquery is converting the string '0' into the integer 0.
-
- Mar 26, 2018
-
-
Jamie McClelland authored
When stripe throws an error, and the original form as an onclick event, we briefly see the error before the form is submitted according to the onclick event (i.e. the PreventDefault() and return false does not have any effect). This fix removes any onclick attributes at the beginning and only re-adds them and resubmits the form if we should.
-
- Mar 12, 2018
- May 25, 2017
-
-
Peter Hartmann authored
-
- Mar 10, 2017
-
-
Peter Hartmann authored
-
- Mar 08, 2017
-
-
Peter Hartmann authored
-
- Mar 05, 2017
-
-
Peter Hartmann authored
-
- Aug 31, 2016
-
-
Andie Hunt authored
-
- Jul 12, 2016
-
-
Andie Hunt authored
-
- Jun 29, 2016
-
-
drastik authored
-
- Oct 30, 2015
-
-
Jamie McClelland authored
-
- Oct 09, 2015
-
-
drastik authored
Fix in civicrm_stripe.js that was causing "Stripe.js Not passed" because token was empty. Fix error message about accessing static variable. Large cleanup to code structure in stripe.php.
-
- Sep 21, 2015
-
-
mattwire authored
-
- Sep 20, 2015
-
-
mattwire authored
Modify to stop error "Error: Stripe.js token was not passed! Report this message to the site administrator" on pressing confirm payment for event.
-
- Sep 16, 2015
-
-
Jamie McClelland authored
Due to changes in CiviCRM you can no longer count on hidden_processor field being present. See https://issues.civicrm.org/jira/browse/CRM-15743
-
- Aug 20, 2015
-
-
Andie Hunt authored
-
- Feb 19, 2015
-
-
Andie Hunt authored
-