Skip to content

Commit 2df00a0

Browse files
committed
made sure all buttons using data-lc are now using data-lang (the much cooler param)
1 parent cd6778d commit 2df00a0

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

dist/paypal-button-minicart.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/paypal-button.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h2>Buy Now (Spanish)</h2>
2323
data-button="buynow"
2424
data-name="Buy now!"
2525
data-amount="1.00"
26-
data-lc="es_ES"
26+
data-lang="es_ES"
2727
></script>
2828
</div>
2929

@@ -42,7 +42,7 @@ <h2>Cart (French)</h2>
4242
data-button="cart"
4343
data-name="Add to cart!"
4444
data-amount="1.00"
45-
data-lc="fr_FR"
45+
data-lang="fr_FR"
4646
></script>
4747
</div>
4848

0 commit comments

Comments
 (0)