Example #1
0
 /**
  * {@inheritDoc}
  */
 public function getGatewayFactories()
 {
     return $this->staticRegistry->getGatewayFactories();
 }
Example #2
0
 /**
  * {@inheritDoc}
  */
 public function getGatewayFactories()
 {
     return array_replace($this->fallbackRegistry->getGatewayFactories(), $this->registry->getGatewayFactories());
 }