- Apr 26, 2018
-
-
mattwire authored
handle error corner cases
-
mattwire authored
Katalon browser based automation testing
-
Jamie McClelland authored
Very incomplete, but hopefully is a useful start.
-
- Apr 23, 2018
-
-
mattwire authored
Ensure newer versions of jquery handle total amount properly
-
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 31, 2018
-
-
mattwire authored
-
- 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 20, 2018
- Mar 19, 2018
-
-
Jamie McClelland authored
-
Jamie McClelland authored
-
Jamie McClelland authored
This allows use of webhook in format /civicrm/payment/ipn/N https://github.com/drastik/com.drastikbydesign.stripe/issues/221
-
- Mar 12, 2018
-
-
mattwire authored
-
mattwire authored
-
mattwire authored
-
mattwire authored
-
mattwire authored
-
mattwire authored
Drupal Webform: Re-enable hook_civicrm_buildForm and comment in different situations we need alterContent and buildForm to load js scripts
-
mattwire authored
-
mattwire authored
-
mattwire authored
-
mattwire authored
-
mattwire authored
-
mattwire authored
-
- Mar 11, 2018
-
-
Peter Hartmann authored
Our webhook code retrieves every single event sent to us. But not all of them have a 'customer' property, such as Customer objects, which have an 'id'.
-
- Feb 26, 2018
-
-
Peter Hartmann authored
Error on recurring donations Received unknown parameter: name
-
jitendra authored
-
- Oct 30, 2017
-
-
Joshua Walker authored
avoid IDS extension problems
-
- Oct 25, 2017
-
-
Peter Hartmann authored
deal with same release date on tags 4.7.2 and 4.7.1
-
JoeMurray authored
I believe to fix the release date on 4.7.2 best practices say one should create a new 4.7.3 tag with corrected date. It gets a bit messy at this point trying to put a release date of 2017-09-07 in with that tag.
-
- Sep 07, 2017
-
-
Peter Hartmann authored
-
- Aug 09, 2017
-
-
Jamie McClelland authored
-
Peter Hartmann authored
Use setAppInfo function to set CiviCRM information
-
- Aug 08, 2017
-
- Aug 07, 2017
-
-
Monish Deb authored
-
- May 25, 2017
-
-
Peter Hartmann authored
-