diff --git a/src/app/profile/orders/[id]/invoice/page.tsx b/src/app/profile/orders/[id]/invoice/page.tsx index e206b70..683aa61 100644 --- a/src/app/profile/orders/[id]/invoice/page.tsx +++ b/src/app/profile/orders/[id]/invoice/page.tsx @@ -216,7 +216,7 @@ const OrderInvoicePage = () => { {shippingCostOnDelivery > 0 && (
هزینه ارسال (پرداخت در محل): - {NumberFormat(shippingCostOnDelivery)} تومان + {/* {NumberFormat(shippingCostOnDelivery)} تومان */}
)}