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

Commit 23e06cb

Browse files
committed
add invoiceNumber in README.md
1 parent f8de4d4 commit 23e06cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Vue.use(vuepaypal)
1717
### Using the Simple PayPal component:
1818
``` html
1919
<div id="app">
20-
<paypal-simple amount="10.00" currency="USD" :client="paypal"></paypal-simple>
20+
<paypal-simple amount="10.00" currency="USD" :client="paypal" invoiceNumber="201701011000"></paypal-simple>
2121
</div>
2222
```
2323

0 commit comments

Comments
 (0)