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.
1 parent 3d7b925 commit 03c2c7aCopy full SHA for 03c2c7a
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