Skip to content

Commit d20855b

Browse files
authored
added state to the address (#499)
1 parent 443ff4a commit d20855b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Meta/BusinessExtension/Helper/GraphAPIAdapter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ public function getOrders($ordersRootId, $cursorAfter = false, $filterType = "")
583583
'ship_by_date',
584584
'order_status',
585585
'selected_shipping_option{name, reference_id, price, calculated_tax, estimated_shipping_time}',
586-
'shipping_address{first_name, last_name, street1, street2, city, postal_code, country}',
586+
'shipping_address{first_name, last_name, street1, street2, city, postal_code, state, country}',
587587
'payments',
588588
'promotion_details{applied_amount, coupon_code, target_granularity, sponsor, campaign_name}',
589589
'last_updated',

0 commit comments

Comments
 (0)