File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -42,10 +42,10 @@ public function extract(): iterable
4242 queryParameters: $ this ->compileQueryParameters (),
4343 );
4444
45- if (!$ response instanceof \Kiboko \Magento \V2_1 \Model \SalesDataOrderSearchResultInterface
46- || !$ response instanceof \Kiboko \Magento \V2_2 \Model \SalesDataOrderSearchResultInterface
47- || !$ response instanceof \Kiboko \Magento \V2_3 \Model \SalesDataOrderSearchResultInterface
48- || !$ response instanceof \Kiboko \Magento \V2_4 \Model \SalesDataOrderSearchResultInterface
45+ if (!$ response instanceof \Kiboko \Magento \V2_1 \Model \CustomerDataCustomerSearchResultsInterface
46+ || !$ response instanceof \Kiboko \Magento \V2_2 \Model \CustomerDataCustomerSearchResultsInterface
47+ || !$ response instanceof \Kiboko \Magento \V2_3 \Model \CustomerDataCustomerSearchResultsInterface
48+ || !$ response instanceof \Kiboko \Magento \V2_4 \Model \CustomerDataCustomerSearchResultsInterface
4949 ) {
5050 return ;
5151 }
Original file line number Diff line number Diff line change @@ -39,10 +39,10 @@ public function extract(): iterable
3939 queryParameters: $ this ->compileQueryParameters (),
4040 );
4141
42- if (!$ response instanceof \Kiboko \Magento \V2_1 \Model \CustomerDataCustomerSearchResultsInterface
43- || !$ response instanceof \Kiboko \Magento \V2_2 \Model \CustomerDataCustomerSearchResultsInterface
44- || !$ response instanceof \Kiboko \Magento \V2_3 \Model \CustomerDataCustomerSearchResultsInterface
45- || !$ response instanceof \Kiboko \Magento \V2_4 \Model \CustomerDataCustomerSearchResultsInterface
42+ if (!$ response instanceof \Kiboko \Magento \V2_1 \Model \SalesDataOrderSearchResultInterface
43+ || !$ response instanceof \Kiboko \Magento \V2_2 \Model \SalesDataOrderSearchResultInterface
44+ || !$ response instanceof \Kiboko \Magento \V2_3 \Model \SalesDataOrderSearchResultInterface
45+ || !$ response instanceof \Kiboko \Magento \V2_4 \Model \SalesDataOrderSearchResultInterface
4646 ) {
4747 return ;
4848 }
You can’t perform that action at this time.
0 commit comments