Closed gurubobnz closed 9 years ago
Example use:
echo "This sale was made to ".$sale->getCustomer()->email." and contained the following products:\n"; foreach($sale->getProducts() as $product) { echo "{$product->sku}: {$product->name}\n"; }
looks good to me. I don't have the class setup at the moment so unable to test, but will trust you :smile:
Example use: