Skip to content

Commit 4697af2

Browse files
author
Jeff Harrell
committed
Merge branch 'master' of github.paypal.com:jeharrell/JSButtons
2 parents dfe105b + ab020b1 commit 4697af2

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
## HTML payment buttons
32

43
Integrating with our HTML payment buttons are as easy as including a snippet of code. We have two flavors of buttons for you to use:
@@ -7,7 +6,7 @@ Integrating with our HTML payment buttons are as easy as including a snippet of
76
Buy Now buttons are for single item purchases.
87

98
```html
10-
<script src="paypal-button.js?merchant=YOUR_MERCHANT_ID"
9+
<script src="paypal-button.min.js?merchant=YOUR_MERCHANT_ID"
1110
data-button="buynow"
1211
data-name="Buy now!"
1312
data-amount="1.00"
@@ -19,7 +18,7 @@ Buy Now buttons are for single item purchases.
1918
Add To Cart buttons lets users add multiple items to their PayPal cart.
2019

2120
```html
22-
<script src="paypal-button.js?merchant=YOUR_MERCHANT_ID"
21+
<script src="paypal-button-minicart.min.js?merchant=YOUR_MERCHANT_ID"
2322
data-button="cart"
2423
data-name="Add to cart!"
2524
data-amount="1.00"

0 commit comments

Comments
 (0)