Skip to content

Commit

Permalink
add previous exception.
Browse files Browse the repository at this point in the history
  • Loading branch information
makasim committed Oct 29, 2015
1 parent c49253a commit b80e850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OmnipayGatewayFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ protected function populateConfig(ArrayObject $config)
'Given omnipay gateway type %s or class is not supported. Supported: %s',
$config['type'],
implode(', ', $this->omnipayGatewayFactory->getSupportedGateways())
));
), 0, $e);
}

$config['payum.default_options'] = array_replace(['testMode' => true], $gateway->getDefaultParameters());
Expand Down

0 comments on commit b80e850

Please sign in to comment.