Skip to content

Commit ba42b7d

Browse files
author
Jeff Harrell
committed
Adding test structure
1 parent 6b6bbe7 commit ba42b7d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

paypal-button.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ PAYPAL.apps = PAYPAL.apps || {};
4949
hidden = document.createElement('input'),
5050
input, key;
5151

52-
// Don't render if there's no merchant ID
52+
// Don't render without the merchant ID
5353
if (merchantId) {
5454
data.business = merchantId;
5555
} else {

tests/paypal-button.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// Soon...

0 commit comments

Comments
 (0)