You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's more a question than an issue concerning the createOrder method;
Will adding any field that is on the Orders api documentation in the parameters be transmitted to the Orders api ? eg the new lines.category field.
Thanks for your answer !
edit:
Response is no. I had to extend and modify the \Message\Request\CreateOrderRequest::getLines method and add the category property.
I know little about Omnipay in general, the next would probably to alter the Item class to support the category property.
Does it make sense to make a PR ?
The text was updated successfully, but these errors were encountered:
Hi !
It's more a question than an issue concerning the createOrder method;
Will adding any field that is on the Orders api documentation in the parameters be transmitted to the Orders api ? eg the new
lines.category
field.Thanks for your answer !
edit:
Response is no. I had to extend and modify the
\Message\Request\CreateOrderRequest::getLines
method and add the category property.I know little about Omnipay in general, the next would probably to alter the Item class to support the category property.
Does it make sense to make a PR ?
The text was updated successfully, but these errors were encountered: