Skip to content

Commit

Permalink
test: update snapshots to reflect optionality of auto export
Browse files Browse the repository at this point in the history
  • Loading branch information
joerivanveen committed Jan 22, 2025
1 parent 3c175ba commit e0c5b3b
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@
"lines": [],
"notes": [],
"exported": false,
"autoExported": false,
"shipmentPrice": 0,
"shipmentPriceAfterVat": 0,
"shipmentVat": 0,
Expand Down Expand Up @@ -295,7 +294,6 @@
"lines": [],
"notes": [],
"exported": false,
"autoExported": false,
"shipmentPrice": 0,
"shipmentPriceAfterVat": 0,
"shipmentVat": 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@
"lines": [],
"notes": [],
"exported": false,
"autoExported": false,
"shipmentPrice": 0,
"shipmentPriceAfterVat": 0,
"shipmentVat": 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@
"notes": [],
"orderDate": "2030-01-01 12:00:00",
"exported": false,
"autoExported": false,
"shipmentPrice": 100,
"shipmentPriceAfterVat": 121,
"shipmentVat": 21,
Expand Down Expand Up @@ -440,7 +439,6 @@
"lines": [],
"notes": [],
"exported": false,
"autoExported": false,
"shipmentPrice": 0,
"shipmentPriceAfterVat": 0,
"shipmentVat": 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@
"notes": [],
"orderDate": "2030-01-01 12:00:00",
"exported": false,
"autoExported": false,
"shipmentPrice": 100,
"shipmentPriceAfterVat": 121,
"shipmentVat": 21,
Expand Down Expand Up @@ -440,7 +439,6 @@
"lines": [],
"notes": [],
"exported": false,
"autoExported": false,
"shipmentPrice": 0,
"shipmentPriceAfterVat": 0,
"shipmentVat": 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@
"notes": [],
"orderDate": "2030-01-01 12:00:00",
"exported": false,
"autoExported": false,
"shipmentPrice": 100,
"shipmentPriceAfterVat": 121,
"shipmentVat": 21,
Expand Down Expand Up @@ -515,7 +514,6 @@
"notes": [],
"orderDate": "2030-01-01 12:00:00",
"exported": false,
"autoExported": false,
"shipmentPrice": 100,
"shipmentPriceAfterVat": 121,
"shipmentVat": 21,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@
"lines": [],
"notes": [],
"exported": false,
"autoExported": false,
"shipmentPrice": 0,
"shipmentPriceAfterVat": 0,
"shipmentVat": 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@
"lines": [],
"notes": [],
"exported": false,
"autoExported": false,
"shipmentPrice": 0,
"shipmentPriceAfterVat": 0,
"shipmentVat": 0,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[
{
"exported": false,
"autoExported": false,
"deliveryOptions": {
"carrier": {
"externalIdentifier": "ups"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[
{
"exported": false,
"autoExported": false,
"deliveryOptions": {
"carrier": {
"externalIdentifier": "ups"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[
{
"exported": false,
"autoExported": false,
"deliveryOptions": {
"carrier": {
"externalIdentifier": "dhlforyou:1234"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[
{
"exported": false,
"autoExported": false,
"deliveryOptions": {
"carrier": {
"externalIdentifier": "postnl"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[
{
"exported": false,
"autoExported": false,
"deliveryOptions": {
"carrier": {
"externalIdentifier": "postnl"
Expand All @@ -27,7 +26,6 @@
},
{
"exported": false,
"autoExported": false,
"deliveryOptions": {
"date": "2077-10-23 09:47:51",
"carrier": {
Expand All @@ -54,7 +52,6 @@
},
{
"exported": false,
"autoExported": false,
"deliveryOptions": {
"carrier": {
"externalIdentifier": "dhlforyou"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@
"notes": [],
"orderDate": "2022-08-22 00:00:00",
"exported": false,
"autoExported": false,
"shipmentPrice": 0,
"shipmentPriceAfterVat": 0,
"shipmentVat": 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@
"notes": [],
"orderDate": "2022-08-22 00:00:00",
"exported": false,
"autoExported": false,
"shipmentPrice": 0,
"shipmentPriceAfterVat": 0,
"shipmentVat": 0,
Expand Down

0 comments on commit e0c5b3b

Please sign in to comment.