update metchent
This commit is contained in:
@@ -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'>
|
||||
|
||||
Reference in New Issue
Block a user