Skip to content

Commit b52bcda

Browse files
author
Jeff Harrell
committed
Readme updates
1 parent eaf4e2b commit b52bcda

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,21 @@ All of PayPal's [HTML button variables](https://cms.paypal.com/us/cgi-bin/?cmd=_
4949
* `data-id` The hosted ID of the button (if applicable)
5050

5151

52-
## Merchant ID
52+
## Getting your PayPal merchant ID
5353
Your merchant ID needs to be added to the URL of the referenced script. This ID can either be your Secure Merchant ID, which can be found by logging into your PayPal account and visiting your profile, or your email address.
5454

5555

56+
## Downloading the code
57+
For the unminified code you can clone this repo and use the JavaScript in src/paypal-button.js.
58+
59+
60+
## Browser support
61+
The JavaScript buttons have been tested and work in all modern browsers including Chrome, Safari, Firefox, and Internet Explorer 7+.
62+
63+
64+
## Contributing
65+
We love contributions! If you'd like to contribute please submit a pull request via Github. [Mocha](https://github.com/visionmedia/mocha) is used to run our test cases, so please be sure to run these prior to your pull request and make sure nothing is broken.
66+
5667
## Authors
5768
**Jeff Harrell**
5869
[https://github.com/jeffharrell](https://github.com/jeffharrell)

0 commit comments

Comments
 (0)