@@ -14,14 +14,14 @@ View/Download this extension in the [Extension Directory](https://civicrm.org/ex
* Updating Stripe subscriptions from CiviCRM.
## Compatibility / Requirements
* CiviCRM 5.13+
* CiviCRM 5.19+
* PHP 7.1+
* Jquery 1.10 (Use jquery_update module on Drupal).
* Drupal 7 / Joomla / Wordpress (latest supported release). *Not currently tested with other CMS but it may work.*
* Stripe API version: 2019-12-03
* Drupal webform_civicrm 7.x-4.28+ (if using webform integration) - does NOT support test mode:
* If using test mode with drupal webform_civicrm (4.x) you need [this patch for webform_civicrm](https://github.com/colemanw/webform_civicrm/pull/266).
* If using drupal webform_civicrm (4.x) you need [this patch for CiviCRM core](https://github.com/civicrm/civicrm-core/pull/15340).
* If using drupal webform_civicrm (4.x) you may need [this patch for CiviCRM core](https://github.com/civicrm/civicrm-core/pull/15340).
*[MJWShared extension](https://civicrm.org/extensions/mjwshared) version 0.6.
* Update required Stripe API verison to 2019-12-03.
* Fix issues with StripeSubscription.import and mismatched id/customer_id params.
* Fix [#125](https://lab.civicrm.org/extensions/stripe/issues/125) Thousands of failed/spam transactions for charge.failed webhook *(We ignore and return 200 OK to Stripe so it does not retry if there is no customer ID)*.
* Change default to 1 hour to cancel uncaptured payments based on client feedback.
* Update definition of getAmount to match current version in CiviCRM core.
* Pre-fill existing billing postcode if we already have address.
* Fix recurring contribution issue on drupal webform.
*[#148](https://lab.civicrm.org/extensions/stripe/issues/148) Fix Credit or debit card translation.