Skip to content

Commit

Permalink
Removed unused method setValue
Browse files Browse the repository at this point in the history
  • Loading branch information
eusonlito committed Feb 22, 2018
1 parent ee56909 commit 1c39bcd
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/Redsys/Tpv/Tpv.php
Original file line number Diff line number Diff line change
Expand Up @@ -262,15 +262,6 @@ private function setValueDefault(array $options, $option)
return $this;
}

private function setValue(array $options, $option)
{
if (isset($options[$option])) {
$this->values[$this->option_prefix.$option] = $options[$option];
}

return $this;
}

private function setValues(array $options)
{
foreach ($options as $key => $value) {
Expand Down

0 comments on commit 1c39bcd

Please sign in to comment.