FIX Force stripe api version to avoid trouble if we update stripe api
This commit is contained in:
parent
ca2e9f20f6
commit
f0fc99ee4c
@ -55,3 +55,4 @@ else
|
||||
|
||||
\Stripe\Stripe::setApiKey($stripearrayofkeys['secret_key']);
|
||||
\Stripe\Stripe::setAppInfo("Stripe", DOL_VERSION, "https://www.dolibarr.org"); // add dolibarr version
|
||||
\Stripe\Stripe::setApiVersion("2018-07-27"); // force version API
|
||||
|
||||
Loading…
Reference in New Issue
Block a user