refactor: simplify listing fee to fixed 1 USD, remove multi-currency logic
This commit is contained in:
@@ -723,7 +723,7 @@ class PageCreate extends HTMLElement {
|
||||
|
||||
if (!invoiceId) {
|
||||
if (submitBtn) submitBtn.textContent = t('payment.paying')
|
||||
const invoice = await createInvoice(listingId, currency)
|
||||
const invoice = await createInvoice(listingId)
|
||||
invoiceId = invoice.invoiceId
|
||||
savePendingInvoice(listingId, invoiceId)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user