Skip to content

Commit

Permalink
add payout files
Browse files Browse the repository at this point in the history
  • Loading branch information
MauricioMurga committed Apr 29, 2014
1 parent b4b170b commit ef6966b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@
* Fix Plan tests.
* Add Address, Payee, Payout, PayoutMethod, Method.
* Add Payout tests.

=== 1.9.5 2014-04-28

* Add FILES for Address, Payee, Payout, PayoutMethod, Method.
2 changes: 1 addition & 1 deletion lib/Conekta/Conekta.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ abstract class Conekta
public static $apiKey;
public static $apiBase = 'https://api.conekta.io';
public static $apiVersion = '0.3.0';
const VERSION = '1.9.4';
const VERSION = '1.9.5';

public static function setApiKey($apiKey)
{
Expand Down

0 comments on commit ef6966b

Please sign in to comment.