Replies: 2 comments 2 replies
|
As the error states, you've added an Order relation and not populated it. |
0 replies
|
I'm truly sorry if the question sounds bad, but I'm kind of new and confused here and would appreciate your help :) I tried: and also: with no luck :/ could you please give me a hint :) Appreciate it |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
First of all, THANKS a lot for such a great gem!
In my application, I have an
Ordermodel and I'm trying to set up thecharge_extensionsjust as your example, but I get:And
raise_validation_errorThis is my
charge_extensions:PS: do I need to have a column called
fulfillin myOrdermodel?I appreciate any help and thanks in advanced
All reactions