Skip to content

Commit

Permalink
fix: update stripe api version
Browse files Browse the repository at this point in the history
  • Loading branch information
mehul0810 committed Jul 11, 2019
1 parent 9b266fd commit 6a4da52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class Give_Stripe_Gateway {
*
* @var string
*/
public $api_version = '2019-03-14';
public $api_version = '2019-05-16';

/**
* Secret API Key.
Expand Down

0 comments on commit 6a4da52

Please sign in to comment.