File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Sales/etc Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 669
669
<item name =" billing_address" xsi : type =" object" >BillingAddressAggregator</item >
670
670
<item name =" shipping_address" xsi : type =" object" >ShippingAddressAggregator</item >
671
671
<item name =" shipping_information" xsi : type =" string" >sales_order.shipping_description</item >
672
- <item name =" subtotal" xsi : type =" string" >sales_order .base_subtotal</item >
673
- <item name =" shipping_and_handling" xsi : type =" string" >sales_order .base_shipping_amount</item >
672
+ <item name =" subtotal" xsi : type =" string" >sales_invoice .base_subtotal</item >
673
+ <item name =" shipping_and_handling" xsi : type =" string" >sales_invoice .base_shipping_amount</item >
674
674
<item name =" base_grand_total" xsi : type =" string" >sales_invoice.base_grand_total</item >
675
675
<item name =" grand_total" xsi : type =" string" >sales_invoice.grand_total</item >
676
676
<item name =" created_at" xsi : type =" string" >sales_invoice.created_at</item >
You can’t perform that action at this time.
0 commit comments