Skip to content

Commit 4f4e01b

Browse files
author
Jeff Harrell
committed
Late night coding can be bad
1 parent fa446a9 commit 4f4e01b

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/paypal-button.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ PAYPAL.apps = PAYPAL.apps || {};
4747
buynow: 0,
4848
cart: 0,
4949
hosted: 0,
50-
qr: 0,
51-
script: 0
50+
qr: 0
5251
};
5352

5453
/**
@@ -94,8 +93,6 @@ PAYPAL.apps = PAYPAL.apps || {};
9493
if (type === 'qr') {
9594
button = buildQR(data, data.items.size);
9695
data.remove('size');
97-
} else if (type === 'script') {
98-
button = buildScript(data);
9996
} else {
10097
button = buildForm(data, type);
10198
}

0 commit comments

Comments
 (0)