Skip to content

Commit

Permalink
Merge pull request #46 from Adyen/fix-issue-40
Browse files Browse the repository at this point in the history
#40 remove recurring.contract as required field
  • Loading branch information
rikterbeek authored Jan 10, 2018
2 parents 2dfa48d + ebfd09b commit 7a32524
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ class ListRecurringDetails extends \Adyen\Service\AbstractResource

protected $_requiredFields = array(
'merchantAccount',
'shopperReference',
'recurring',
'recurring.contract'
'shopperReference'
);

public function __construct($service)
Expand Down

0 comments on commit 7a32524

Please sign in to comment.