Skip to content

Commit 098797c

Browse files
author
Jeff Harrell
committed
Updating README with merchant ID info
1 parent 9cb330b commit 098797c

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,12 @@ You can pass additional data values to the button as well. The following are cur
4646
* `data-discount_rate` Discount rate (percentage) for an item
4747
* `data-discount_rate2` Discount rate (percentage) for each additional quantity of the item
4848
* `data-discount_num` Number of additional quantities of the item to which the discount applies
49+
50+
51+
## Merchant ID
52+
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.
53+
54+
## Authors
55+
56+
**Jeff Harrell**
57+
[https://github.com/jeffharrell](https://github.com/jeffharrell)

paypal.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,4 +172,3 @@ PAYPAL.apps = PAYPAL.apps || {};
172172
PAYPAL.apps.DynamicButton.init();
173173

174174
}());
175-

0 commit comments

Comments
 (0)