Skip to content

Commit 8a15e2e

Browse files
committed
Fix for invalid test params
1 parent 6ccfb82 commit 8a15e2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ <h2>Buy Now (Large/Japanese)</h2>
4343
data-button="buynow"
4444
data-name="Buy now!"
4545
data-amount="1.00"
46-
data-lang="ja_JP"
46+
data-locale="ja_JP"
4747
></script>
4848
</div>
4949

@@ -76,7 +76,7 @@ <h2>Cart (Small/Italian)</h2>
7676
data-name="Add to cart!"
7777
data-amount="1.00"
7878
data-size="small"
79-
data-lang="it_IT"
79+
data-locale="it_IT"
8080
></script>
8181
</div>
8282

0 commit comments

Comments
 (0)