You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/CustomerExtractor.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ public function extract(): iterable
75
75
],
76
76
);
77
77
yieldnewRejectionResultBucket(
78
-
'It seems that there are errors in the network',
78
+
'There are some network difficulties. We could not properly connect to the Magento API. There is nothing we could no to fix this currently. Please contact the Magento administrator.',
Copy file name to clipboardExpand all lines: src/InvoiceExtractor.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ public function extract(): iterable
75
75
]
76
76
);
77
77
yieldnewRejectionResultBucket(
78
-
'It seems that there are errors in the network',
78
+
'There are some network difficulties. We could not properly connect to the Magento API. There is nothing we could no to fix this currently. Please contact the Magento administrator.',
Copy file name to clipboardExpand all lines: src/OrderExtractor.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ public function extract(): iterable
75
75
]
76
76
);
77
77
yieldnewRejectionResultBucket(
78
-
'It seems that there are errors in the network',
78
+
'There are some network difficulties. We could not properly connect to the Magento API. There is nothing we could no to fix this currently. Please contact the Magento administrator.',
Copy file name to clipboardExpand all lines: src/ProductExtractor.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ public function extract(): iterable
75
75
]
76
76
);
77
77
yieldnewRejectionResultBucket(
78
-
'It seems that there are errors in the network',
78
+
'There are some network difficulties. We could not properly connect to the Magento API. There is nothing we could no to fix this currently. Please contact the Magento administrator.',
0 commit comments