Last active
August 8, 2020 23:26
-
-
Save noelworden/af9ee389bc109fac51ff5eeb73155658 to your computer and use it in GitHub Desktop.
#blog_snippets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ** (Ecto.InvalidChangesetError) could not perform insert because changeset is invalid. | |
| Errors | |
| %{ | |
| vendor_id: [{"can't be blank", [validation: :required]}] | |
| } | |
| Applied changes | |
| %{ | |
| expense_account_number: 500000, | |
| income_account_number: 400000, | |
| name: "Discount" | |
| } | |
| Params | |
| %{ | |
| "expense_account_number" => "500000", | |
| "income_account_number" => "400000", | |
| "name" => "Discount", | |
| "\uFEFFvendor_id" => "the_vendor" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment