Removed unnecessary property in test data
This commit is contained in:
parent
dd3b372658
commit
ba87378479
|
@ -11,12 +11,6 @@ const order = {
|
|||
company: 'Murphy LLC',
|
||||
phone: '6146524353',
|
||||
},
|
||||
line_items: [
|
||||
{
|
||||
name: 'Handmade Wooden Gloves',
|
||||
product_id: '45',
|
||||
},
|
||||
],
|
||||
shipping_lines: [],
|
||||
fee_lines: [],
|
||||
coupon_lines: [],
|
||||
|
|
Loading…
Reference in New Issue