We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70c56f6 commit fd831b4Copy full SHA for fd831b4
1 file changed
README.md
@@ -55,9 +55,9 @@ Subscribe buttons let you set up payment subscriptions.
55
<script src="paypal-button.min.js?merchant=YOUR_MERCHANT_ID"
56
data-button="subscribe"
57
data-name="My product"
58
- data-a3="1.00"
59
- data-p3="1"
60
- data-t3="M"
+ data-amount="1.00"
+ data-recurrence="1"
+ data-period="M"
61
></script>
62
```
63
0 commit comments