Skip to content

Commit

Permalink
Change mnemonic -> description
Browse files Browse the repository at this point in the history
  • Loading branch information
gdb committed Jun 11, 2011
1 parent 22aaba5 commit d773bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.py
@@ -1,5 +1,5 @@
import stripe import stripe
stripe.api_key = '26OjYWkUnwDegILl9ZNVbefRjRboRSio' stripe.api_key = '26OjYWkUnwDegILl9ZNVbefRjRboRSio'
print "Attempting charge..." print "Attempting charge..."
resp = stripe.Charge.execute(amount=200, currency='usd', card={'number' : '4242424242424242', 'exp_month' : 10, 'exp_year' : 2014}, mnemonic='customer@gmail.com') resp = stripe.Charge.execute(amount=200, currency='usd', card={'number' : '4242424242424242', 'exp_month' : 10, 'exp_year' : 2014}, description='customer@gmail.com')
print 'Success: %r' % (resp, ) print 'Success: %r' % (resp, )

0 comments on commit d773bc4

Please sign in to comment.