add max payment method for cheque
All checks were successful
Deploy Amap / deploy (push) Successful in 34s
All checks were successful
Deploy Amap / deploy (push) Successful in 34s
This commit is contained in:
@@ -286,10 +286,7 @@ export function Contract() {
|
||||
/>
|
||||
{inputForm.values.payment_method === "cheque" ? (
|
||||
<ContractCheque
|
||||
chequeOrder={
|
||||
form?.productor?.payment_methods.find((el) => el.name === "cheque")
|
||||
?.details || ""
|
||||
}
|
||||
productor={form?.productor}
|
||||
price={price}
|
||||
inputForm={inputForm}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user