Closed ameer8f26 closed 3 years ago
in AmazonMerchantShipment class in function fetchShipment() add this statement at the end of function: return $this->data;
at line 123
You need to use the getData method after you call fetchShipment.
getData
fetchShipment
in AmazonMerchantShipment class in function fetchShipment() add this statement at the end of function: return $this->data;
at line 123