Skip to content
Snippets Groups Projects
Commit af69cc04 authored by mattwire's avatar mattwire
Browse files

Release 6.0.alpha2

parent e6319a2f
Branches
Tags
No related merge requests found
......@@ -17,6 +17,12 @@ View this extension in the [Extension Directory](https://civicrm.org/extensions/
If using test mode with drupal webform_civicrm you need this patch: https://github.com/colemanw/webform_civicrm/pull/266
## Troubleshooting
Under *Administer->CiviContribute->Stripe Settings* you can find a setting:
* Enable Stripe Javascript debugging?
This can be switched on to output debug info to the browser console and can be used to debug problems with submitting your payments.
## Credits
Current Maintainer: Matthew Wire - https://www.mjwconsult.co.uk
......
## Release 6.0.alpha2
* Support Drupal Webform CiviCRM.
* Support Event Registration.
* Support Confirm/Thankyou pages on contribution pages / events.
* Support cards using 3dsecure and cards not using 3dsecure.
### Not Supported (should be in final 6.0 release):
* Recurring payments.
* Backend payments.
## Release 6.0.alpha1
* ONLY contribution pages with no confirm pages are supported.
## Release 6.0 (not yet released)
**This is a major new release. You cannot rollback once you've upgraded.**
......@@ -8,6 +23,7 @@
* Use PaymentIntents and comply with the European SCA directive (https://stripe.com/docs/strong-customer-authentication).
* Require Stripe API Version: 2019-08-14 and ensure that all codepaths specify the API version.
* Switch publishable key/secret key in settings (upgrader does this automatically) so they are now "correct" per CiviCRM settings pages.
* Support cards using 3dsecure and cards not using 3dsecure (workflows with Stripe are slightly different but both are now handled).
## Release 5.4.1
* Don't overwrite system messages when performing webhook checks.
......
......@@ -12,8 +12,8 @@
<author>Matthew Wire (MJW Consulting)</author>
<email>mjw@mjwconsult.co.uk</email>
</maintainer>
<releaseDate>2019-09-03</releaseDate>
<version>6.0.alpha1</version>
<releaseDate>2019-09-06</releaseDate>
<version>6.0.alpha2</version>
<develStage>alpha</develStage>
<compatibility>
<ver>5.13</ver>
......
  • vakeesan26 @vakeesan26 ·

    When i use the stripe on Event Cart payment I am getting following error...

    image

    In CiviCRM error log it is throwing following error...

    $Fatal Error Details = Array ( [message] => amount (value: ) is not of the type Money [code] => )

    CRM/Stripe/AJAX.php(29): CRM_Utils_Request::retrieveValue("amount", "Money", NULL, TRUE)

    Edited by vakeesan26
  • vakeesan26 @vakeesan26

    mentioned in commit 841e8d90

    ·

    mentioned in commit 841e8d90

    Toggle commit list
  • mattwire @mattwire ·
    Author Maintainer

    @vakeesan26 Event cart is not currently supported because it is very inconsistent in the way it works compared with contribution/event registration pages. If you'd like to see support please open an issue https://lab.civicrm.org/extensions/stripe/issues and ideally offer some funding towards it.

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment