update API version

We need to downgrade this change to V8 because some breaks occur if Stripe API is updated in dashboard to 2018-08-23
This commit is contained in:
ptibogxiv 2018-08-28 13:37:17 +02:00 committed by GitHub
parent 50d50c2e10
commit 289dfc7fbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,4 +55,4 @@ else
\Stripe\Stripe::setApiKey($stripearrayofkeys['secret_key']);
\Stripe\Stripe::setAppInfo("Dolibarr Stripe", DOL_VERSION, "https://www.dolibarr.org"); // add dolibarr version
\Stripe\Stripe::setApiVersion("2018-07-27"); // force version API
\Stripe\Stripe::setApiVersion("2018-08-23"); // force version API