Skip to content

Commit

Permalink
Fix "Simple usage" snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
delias-silva authored Apr 22, 2021
1 parent 972082b commit a22905e
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 @@ -25,7 +25,7 @@ Copy your `Access Token` in the [credentials panel](https://www.mercadopago.com/
```python
import mercadopago

sdk = mercadopago.sdk("YOUR_ACCESS_TOKEN")
sdk = mercadopago.SDK("YOUR_ACCESS_TOKEN")

payment_data = {
"transaction_amount": 100,
Expand Down

0 comments on commit a22905e

Please sign in to comment.