Skip to content

Commit

Permalink
Fix update stripe api for more compliance to API
Browse files Browse the repository at this point in the history
  • Loading branch information
ptibogxiv committed Aug 3, 2019
1 parent 55e9335 commit d30ce12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/stripe/config.php
Expand Up @@ -55,4 +55,4 @@

\Stripe\Stripe::setApiKey($stripearrayofkeys['secret_key']);
\Stripe\Stripe::setAppInfo("Dolibarr Stripe", DOL_VERSION, "https://www.dolibarr.org"); // add dolibarr version
\Stripe\Stripe::setApiVersion("2019-03-14"); // force version API
\Stripe\Stripe::setApiVersion("2019-05-16"); // force version API

0 comments on commit d30ce12

Please sign in to comment.