Skip to content

Commit 3ffb4da

Browse files
committed
Typo fixed on checkout.js
1 parent 054b7f1 commit 3ffb4da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

readthedocs/gold/static-src/gold/js/checkout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function StripeCheckoutView(config) {
4646
priceId: priceId,
4747
name: name ? name.value : null,
4848
email: email ? email.value : null,
49-
logoUrl: logoUrl ? logUrl.value : null,
49+
logoUrl: logoUrl ? logoUrl.value : null,
5050
siteUrl: siteUrl ? siteUrl.value : null,
5151
public: public ? public.checked : null,
5252
})

readthedocs/gold/static/gold/js/checkout.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.

0 commit comments

Comments
 (0)