Skip to content

Commit 11664db

Browse files
committed
Removed docs on hosted buttons
1 parent 5d89088 commit 11664db

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,6 @@ Add To Cart buttons lets users add multiple items to their PayPal cart.
2727
></script>
2828
```
2929

30-
### Hosted
31-
Hosted buttons help tamper-proof your button's data.
32-
33-
```html
34-
<script src="paypal-button-minicart.min.js?merchant=YOUR_MERCHANT_ID"
35-
data-button="buynow"
36-
data-id="YOUR_BUTTON_ID"
37-
></script>
38-
```
39-
40-
*Note: Hosted buttons IDs must be created on PayPal.com or via the Button Manager APIs using your credentials.*
41-
4230
### QR Codes
4331
QR codes which can be scanned with a smart phone can also be easily generated.
4432

@@ -61,7 +49,6 @@ All of PayPal's [HTML button variables](https://cms.paypal.com/us/cgi-bin/?cmd=_
6149
* `data-shipping` The cost of shipping this item.
6250
* `data-tax` Transaction-based tax override variable.
6351
* `data-size` For button images: `small` and `large` work. For QR codes enter the pixel length of the longest side.
64-
* `data-id` The hosted ID of the button (if applicable).
6552

6653
## Editable fields
6754
Creating editable fields is easy! Just add `-editable` to the name of your variable, e.g. `data-quantity-editable`, and an input field will magically appear for your users.

0 commit comments

Comments
 (0)