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 ?
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.categoryfield.Thanks for your answer !
edit:
Response is no. I had to extend and modify the
\Message\Request\CreateOrderRequest::getLinesmethod 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 ?