Skip to content

Commit

Permalink
resolve #4
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrantosik committed Apr 16, 2015
1 parent ae9781f commit 58141c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Controller/PaymentController.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public function redirectToUrl($url)
protected function configureOrder(OptionsResolverInterface $resolver)
{
$resolver->setRequired([
'completeUrl',
'continueUrl',
'notifyUrl',
'customerIp',
'merchantPosId',
Expand All @@ -116,7 +116,7 @@ protected function configureOrder(OptionsResolverInterface $resolver)
]);

$resolver->setAllowedValues([
'completeUrl' => 'string',
'continueUrl' => 'string',
'notifyUrl' => 'string',
'customerIp' => 'string',
'merchantPosId' => 'int',
Expand Down

0 comments on commit 58141c1

Please sign in to comment.