Skip to content

Instantly share code, notes, and snippets.

@rabinshr
Created September 27, 2018 04:42
Show Gist options
  • Save rabinshr/6c3541c4382eb94789334358b4767391 to your computer and use it in GitHub Desktop.
Save rabinshr/6c3541c4382eb94789334358b4767391 to your computer and use it in GitHub Desktop.
Order taxes records after full refund
[
{
"id": 65,
"order_id": 112,
"order_address_id": 11,
"tax_rate_id": 32,
"tax_class_id": 0,
"name": "NV STATE TAX - NEVADA",
"class": "NEVADA",
"rate": "4.6000",
"priority": 0,
"priority_amount": "0.0000",
"line_amount": "0.0000",
"order_product_id": 15,
"line_item_type": "product"
},
{
"id": 66,
"order_id": 112,
"order_address_id": 11,
"tax_rate_id": 3,
"tax_class_id": 0,
"name": "NV COUNTY TAX - CLARK",
"class": "CLARK",
"rate": "3.6500",
"priority": 0,
"priority_amount": "0.0000",
"line_amount": "0.0000",
"order_product_id": 15,
"line_item_type": "product"
},
{
"id": 67,
"order_id": 112,
"order_address_id": 11,
"tax_rate_id": 32,
"tax_class_id": 0,
"name": "NV STATE TAX - NEVADA",
"class": "NEVADA",
"rate": "4.6000",
"priority": 0,
"priority_amount": "0.0000",
"line_amount": "0.0000",
"order_product_id": null,
"line_item_type": "shipping"
},
{
"id": 68,
"order_id": 112,
"order_address_id": 11,
"tax_rate_id": 3,
"tax_class_id": 0,
"name": "NV COUNTY TAX - CLARK",
"class": "CLARK",
"rate": "3.6500",
"priority": 0,
"priority_amount": "0.0000",
"line_amount": "0.0000",
"order_product_id": null,
"line_item_type": "shipping"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment