generalize CMS order invoice payment panel for multi-crypto invoices.

This commit is contained in:
2026-09-06 16:07:44 +02:00
parent 35052661f8
commit 7640f5d74d
5 changed files with 23 additions and 20 deletions
@@ -53,10 +53,9 @@
</el-descriptions>
<template v-if="order.shippingInvoice">
<order-monero-payment-panel
<order-invoice-payment-panel
:invoice="order.shippingInvoice"
rate-label="quote"
empty-text="Shipping payment session not created yet."
/>
</template>