Skip to content

Commit

Permalink
correct payment request example
Browse files Browse the repository at this point in the history
  • Loading branch information
dariubs authored Sep 25, 2016
1 parent 8dea836 commit 4f4d275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Sending payment request:

```ruby
payment_request = Zarinpal::PaymentRequest.new({
amout: 10000,
amount: 10000,
description: 'Sth cool',
email: '[email protected]',
mobile: '09XXXXXXX'
Expand Down

0 comments on commit 4f4d275

Please sign in to comment.