File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1-
21## HTML payment buttons
32
43Integrating 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
76Buy 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.
1918Add 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"
You can’t perform that action at this time.
0 commit comments