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 85f789f commit fff494fCopy full SHA for fff494f
feature-billing/src/wasmJsMain/kotlin/com/mooncloak/website/feature/billing/BillingViewModel.kt
@@ -122,7 +122,7 @@ public class BillingViewModel public constructor(
122
val currency = currentState.selectedCryptoCurrency
123
var invoice = currentState.invoice
124
125
- if (invoice == null && productId != null) {
+ if (invoice == null) {
126
invoice = getInvoice(
127
productId = productId,
128
token = currentState.token?.value,
0 commit comments