update metchent

This commit is contained in:
hamid zarghami
2025-12-29 11:06:30 +03:30
parent cce8d64f25
commit 16325103a8
@@ -97,15 +97,6 @@ const PaymentInfo: FC<PaymentInfoProps> = ({
</div>
)}
{order.paymentMethod?.merchantId && (
<div className='flex mt-4 text-[13px] font-light justify-between items-center border-b border-border border-dashed pb-4'>
<div className='text-description'>
شناسه مرchant
</div>
<div className='font-mono text-xs'>{order.paymentMethod.merchantId}</div>
</div>
)}
{order.paymentId && (
<div className='flex mt-4 text-[13px] font-light justify-between items-center border-b border-border border-dashed pb-4'>
<div className='text-description'>
@@ -156,15 +147,6 @@ const PaymentInfo: FC<PaymentInfoProps> = ({
<div>{formatPrice(order.deliveryFee)}</div>
</div>
{order.deliveryMethod?.minOrderPrice && (
<div className='flex mt-4 text-[13px] font-light justify-between items-center border-b border-border border-dashed pb-4'>
<div className='text-description'>
حداقل سفارش
</div>
<div>{formatPrice(order.deliveryMethod.minOrderPrice)}</div>
</div>
)}
{order.tax > 0 && (
<div className='flex mt-4 text-[13px] font-light justify-between items-center border-b border-border border-dashed pb-4'>
<div className='text-description'>