Skip to content

Commit

Permalink
SW-452: prevent sending bankgrouptype for ideal
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Mueller committed Jul 4, 2024
1 parent f7cd693 commit b1c671e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,10 @@ public function setParams(array $params)
*/
public function getParams()
{
if (empty($this->params['bankgrouptype'])) {
unset($this->params['bankgrouptype']);
}

return $this->params;
}

Expand Down

0 comments on commit b1c671e

Please sign in to comment.