We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ee00e2 + 03c2c7a commit 77eba5eCopy full SHA for 77eba5e
src/Omnipay/Common/AbstractGateway.php
@@ -126,7 +126,7 @@ public function getParameters()
126
* @param string $key
127
* @return mixed
128
*/
129
- protected function getParameter($key)
+ public function getParameter($key)
130
{
131
return $this->parameters->get($key);
132
}
@@ -136,7 +136,7 @@ protected function getParameter($key)
136
* @param mixed $value
137
* @return $this
138
139
- protected function setParameter($key, $value)
+ public function setParameter($key, $value)
140
141
$this->parameters->set($key, $value);
142
0 commit comments