Skip to content

Commit

Permalink
add token to utils
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauricio Murga committed Feb 2, 2017
1 parent 66e1fc4 commit 2b5d3ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Conekta/Util.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ abstract class Util
'line_item' => '\Conekta\LineItem',
'order' => '\Conekta\Order',
'fiscal_entity' => '\Conekta\FiscalEntity',
'return' => '\Conekta\OrderReturn'
'return' => '\Conekta\OrderReturn',
'token' => '\Conekta\Token'
);

public static function convertToConektaObject($resp)
Expand Down

0 comments on commit 2b5d3ed

Please sign in to comment.