We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88564d4 commit f9857cdCopy full SHA for f9857cd
Observer/SendOrderDetails.php
@@ -78,6 +78,7 @@ public function dispatchNotification($order)
78
'email' => $order->getCustomerEmail(),
79
'order_id' => $order->getRealOrderId(),
80
'country_code' => $order->getShippingAddress()->getCountryId(),
81
+ 'phone' => $order->getBillingAddress()->getTelephone(),
82
'products' => $p
83
], $magento_store_id);
84
0 commit comments