Skip to content

Commit

Permalink
Merge pull request #3 from villafinder/onsite
Browse files Browse the repository at this point in the history
Remove obsolete onsite options
  • Loading branch information
winzou authored Aug 5, 2019
2 parents a1d31dc + 8f220ec commit bb21c12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Payum2c2pOnsiteGatewayFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ protected function populateConfig(ArrayObject $config)
'sandbox' => true,
);
$config->defaults($config['payum.default_options']);
$config['payum.required_options'] = ['public_key', 'private_key', 'passphrase'];

$config['payum.api'] = function (ArrayObject $config) {
$config->validateNotEmpty($config['payum.required_options']);
Expand Down

0 comments on commit bb21c12

Please sign in to comment.