Skip to content

Commit

Permalink
Create Token returns a token
Browse files Browse the repository at this point in the history
Fixes #145
  • Loading branch information
matthewarkin committed Feb 27, 2015
1 parent 3340e61 commit 78d14ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Util/Util.php
Expand Up @@ -72,6 +72,7 @@ public static function convertToStripeObject($resp, $opts)
'invoiceitem' => 'Stripe\\InvoiceItem',
'event' => 'Stripe\\Event',
'file' => 'Stripe\\FileUpload',
'token' => 'Stripe\\Token',
'transfer' => 'Stripe\\Transfer',
'plan' => 'Stripe\\Plan',
'recipient' => 'Stripe\\Recipient',
Expand Down

0 comments on commit 78d14ff

Please sign in to comment.