Skip to content
This repository has been archived by the owner on Mar 21, 2020. It is now read-only.

Commit

Permalink
add invoiceNumber in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoastorm committed May 5, 2017
1 parent f8de4d4 commit 23e06cb
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 @@ -17,7 +17,7 @@ Vue.use(vuepaypal)
### Using the Simple PayPal component:
``` html
<div id="app">
<paypal-simple amount="10.00" currency="USD" :client="paypal"></paypal-simple>
<paypal-simple amount="10.00" currency="USD" :client="paypal" invoiceNumber="201701011000"></paypal-simple>
</div>
```

Expand Down

0 comments on commit 23e06cb

Please sign in to comment.