Closed gaxweb closed 1 year ago
Thanks! When I have time I will try to make some work on getting the classes to use the same template...
You're welcome. I didn't add argument type definitions, because I'm not sure what the lowest PHP version is that you target.
Orders::getOrderDate()
doesn't actually accept/expect anarray
(anymore) but either astring
or aDateTime
object. SeeEdifactDate::parseFormat()
.