Skip to content

Commit 89bacb6

Browse files
committed
chore: update orderInfo schema
1 parent e80f306 commit 89bacb6

File tree

1 file changed

+1
-2
lines changed
  • src/app/code/community/Zendesk/Zendesk/Helper

1 file changed

+1
-2
lines changed

src/app/code/community/Zendesk/Zendesk/Helper/Data.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,6 @@ public function getOrderDetailBasic($order)
606606
'product_id' => $item->getProductId(),
607607
'name' => $item->getName(),
608608
'sku' => $item->getSku(),
609-
'url' => $adminUrl,
610609
'quantity' => intval($item->getQtyOrdered()),
611610
'refunded' => intval($item->getQtyRefunded()),
612611
'meta' => array(
@@ -622,7 +621,7 @@ public function getOrderDetailBasic($order)
622621
'product' => array(
623622
'status' => $product->getStatus(),
624623
'type' => $product->getTypeId(),
625-
'url' => $product->getUrlPath(),
624+
'path' => $product->getUrlPath(),
626625
'image' => $product->getThumbnail(),
627626
'description' => $product->getDescription(),
628627
)

0 commit comments

Comments
 (0)