Skip to content

Commit

Permalink
review of the receipt examples for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Mataloni committed Jul 12, 2024
1 parent 7b14cf1 commit 20c829f
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public static ReceiptRequest GetTakeAway_Delivery_Cash()
"Amount": 10,
"VATRate": 0,
"VATAmount": 0,
"ftChargeItemCase": 5283883447186624532,
"ftChargeItemCase": 5283883447186624536,
"Description": "TakeAway - Delivery - Item VAT NI",
"Moment": "{{current_moment}}"
},
Expand All @@ -145,7 +145,7 @@ public static ReceiptRequest GetTakeAway_Delivery_Cash()
"Amount": 10,
"VATRate": 0,
"VATAmount": 0,
"ftChargeItemCase": 5283883447186628628,
"ftChargeItemCase": 5283883447186628632,
"Description": "TakeAway - Delivery - Item VAT NS",
"Moment": "{{current_moment}}"
},
Expand All @@ -154,7 +154,7 @@ public static ReceiptRequest GetTakeAway_Delivery_Cash()
"Amount": 10,
"VATRate": 0,
"VATAmount": 0,
"ftChargeItemCase": 5283883447186632724,
"ftChargeItemCase": 5283883447186632728,
"Description": "TakeAway - Delivery - Item VAT ES",
"Moment": "{{current_moment}}"
},
Expand All @@ -163,7 +163,7 @@ public static ReceiptRequest GetTakeAway_Delivery_Cash()
"Amount": 10,
"VATRate": 0,
"VATAmount": 0,
"ftChargeItemCase": 5283883447186636820,
"ftChargeItemCase": 5283883447186636824,
"Description": "TakeAway - Delivery - Item VAT RM",
"Moment": "{{current_moment}}"
},
Expand All @@ -172,7 +172,7 @@ public static ReceiptRequest GetTakeAway_Delivery_Cash()
"Amount": 10,
"VATRate": 0,
"VATAmount": 0,
"ftChargeItemCase": 5283883447186640916,
"ftChargeItemCase": 5283883447186640920,
"Description": "TakeAway - Delivery - Item VAT AL",
"Moment": "{{current_moment}}"
},
Expand All @@ -181,7 +181,7 @@ public static ReceiptRequest GetTakeAway_Delivery_Cash()
"Amount": 10,
"VATRate": 0,
"VATAmount": 0,
"ftChargeItemCase": 5283883447186653204,
"ftChargeItemCase": 5283883447186653208,
"Description": "TakeAway - Delivery - Item VAT EE",
"Moment": "{{current_moment}}"
}
Expand Down

0 comments on commit 20c829f

Please sign in to comment.