We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bc6422 commit 1455fbbCopy full SHA for 1455fbb
src/paypal-button.js
@@ -202,7 +202,7 @@ PAYPAL.apps = PAYPAL.apps || {};
202
203
for (key in items) {
204
item = items[key];
205
- url += item.key + '=' + encodeURIComponent(item.value) + '&';
+ url += item.key + '=' + encodeURIComponent(item.value) + '&';
206
}
207
208
url = encodeURIComponent(url);
0 commit comments