Hi @carlwhat, I just tested your suggested code. Unfortunately, I received the following error:
PHP Parse error: syntax error, unexpected '(', expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$'
I did some study and test. If I changed the last line as your suggested into:
'shipDateStamp' => $shipDate->format('Y-m-d'),
Then it works.



Reply With Quote
