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.
1 parent 72ccac4 commit c5cd3cdCopy full SHA for c5cd3cd
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