Adding extra logic to the CreateOrder class #1191
Unanswered
kimcodotdev
asked this question in
Q&A
Replies: 1 comment
-
In 0.4+ CreateOrder has become a pipeline allowing you to extend it with whatever logic you want. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to add some extra logic when creating an order but the CreateOrder class doesn't utilise the HasModelExtending trait. How can I extend the CreateOrder class to implement the extra logic required? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions