Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.6.1
-
Component/s: None
-
Labels:None
Description
A customer attempted the price sync with the internet.bs module and received the error
Argument 2 passed to Internetbs::processResponse() must be an instance of InternetbsResponse, instance of stdClass given, called in /home/hostinpk/clients/components/modules/internetbs/internetbs.php on line 2394
To resolve, update components/modules/internetbs.php around line 2392 and change
$price_list = $command->getPriceList(['version' => 2]);
$response = $price_list->response();
$this->processResponse($api, $response);
To
$price_list = $command->getPriceList(['version' => 2]);
$this->processResponse($api, $price_list);
$response = $price_list->response();
Activity
Jonathan Reissmueller
created issue -
Jonathan Reissmueller
made changes -
Field | Original Value | New Value |
---|---|---|
Rank | Ranked higher |
Jonathan Reissmueller
made changes -
Sprint | 5.7.0 Sprint 3 [ 172 ] |
Jonathan Reissmueller
made changes -
Rank | Ranked higher |
Jonathan Reissmueller
made changes -
Sprint | 5.7.0 Sprint 3 [ 172 ] | 5.7.0 Sprint 3, 5.7.0 Sprint 4 [ 172, 173 ] |
Jonathan Reissmueller
made changes -
Rank | Ranked higher |
Jonathan Reissmueller
made changes -
Rank | Ranked higher |
Abdy Franco
made changes -
Assignee | Abdy Franco [ abdy ] |
Abdy Franco
made changes -
Status | Open [ 1 ] | In Progress [ 3 ] |
Abdy Franco
made changes -
Remaining Estimate | 0 minutes [ 0 ] | |
Time Spent | 1 hour, 37 minutes [ 5820 ] | |
Worklog Id | 16107 [ 16107 ] |
Abdy Franco
made changes -
Status | In Progress [ 3 ] | In Review [ 5 ] |
Resolution | Fixed [ 1 ] |
Jonathan Reissmueller
made changes -
Status | In Review [ 5 ] | Closed [ 6 ] |