Problemunvalidated
`mode_of_payment` isn't a required field but when you fill it out, the `account_id` should become required — I have a problem requiring the `account_id` field when `mode_of_payment` has a value. Tension: My code below still doesn't make the `account_id` required when `mode_of_payment` has been filled out.
fbe618e6-14ff-48d6-86af-f897c33d1ad6
mode_of_payment isn't a required field but when you fill it out, the account_id should become required — I have a problem requiring the account_id field when mode_of_payment has a value. Tension: My code below still doesn't make the account_id required when mode_of_payment has been filled out.