Skip to content

Commit

Permalink
update api version
Browse files Browse the repository at this point in the history
  • Loading branch information
MauricioMurga committed Nov 7, 2014
1 parent 6a5061e commit a89da9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Conekta/Conekta.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ abstract class Conekta
{
public static $apiKey;
public static $apiBase = 'https://api.conekta.io';
public static $apiVersion = '0.3.0';
public static $apiVersion = '1.0.0';
public static $locale = 'es';
const VERSION = '1.9.9';

Expand Down

0 comments on commit a89da9d

Please sign in to comment.