We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 741c136 + c5cd3cd commit f660100Copy full SHA for f660100
assets/js/desktopkey.js
@@ -74,7 +74,7 @@ class DesktopLicense {
74
this._paddle.then(paddle => {
75
paddle.Checkout.open({
76
settings: { locale: locale },
77
- items: [{ priceId: priceId, quantity: this._checkoutData.quantity }],
+ items: [{ priceId: priceId, quantity: Number.parseInt(this._checkoutData.quantity) }],
78
customer: { email: this._checkoutData.email }
79
});
80
0 commit comments