Rename cryptoCurrency to paymentLabel in storefront invoice views.

Align invoice view naming with InvoiceExtended and CMS.
This commit is contained in:
2026-09-07 12:28:09 +02:00
parent 2d8a508898
commit dd234421a4
7 changed files with 14 additions and 14 deletions
@@ -114,7 +114,7 @@ const buildStorefrontInvoiceView = async ({
const statusVariant = resolveInvoiceStatusVariant(invoiceState);
return {
cryptoCurrency: paymentLabel,
paymentLabel,
expectedTotalCrypto,
receivedTotalCrypto,
paymentAddress: invoice.paymentAddress,