Skip to content

Commit fd831b4

Browse files
committed
Changed attrs on Subscribe button
Use new friendlier attributes
1 parent 70c56f6 commit fd831b4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ Subscribe buttons let you set up payment subscriptions.
5555
<script src="paypal-button.min.js?merchant=YOUR_MERCHANT_ID"
5656
data-button="subscribe"
5757
data-name="My product"
58-
data-a3="1.00"
59-
data-p3="1"
60-
data-t3="M"
58+
data-amount="1.00"
59+
data-recurrence="1"
60+
data-period="M"
6161
></script>
6262
```
6363

0 commit comments

Comments
 (0)