agnostack/magento_extension

should this be customerId or entity id??

Closed this issue · 0 comments

todo commented

$id = $order->getCustomerId(); // TODO: should this be customerId or entity id??
$email = $order->getCustomerEmail();
$customer = array();
if ($isGuest){
$customer['type'] = 'guest';


This issue was generated by todo based on a TODO comment in 047a2c8 when #164 was merged. cc @agnostack.