Replies: 2 comments 2 replies
-
As the error states, you've added an Order relation and not populated it. |
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
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
Order
model and I'm trying to set up thecharge_extensions
just as your example, but I get:And
raise_validation_error
This is my
charge_extensions
:PS: do I need to have a column called
fulfill
in myOrder
model?I appreciate any help and thanks in advanced
Beta Was this translation helpful? Give feedback.
All reactions