Skip to content

Commit

Permalink
PaymentOptionSub does not need to be numeric anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Pieters committed Nov 29, 2017
1 parent 762cd3b commit b498d55
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Api/Transaction/Start.php
Original file line number Diff line number Diff line change
Expand Up @@ -306,9 +306,6 @@ public function setPaymentOptionId($paymentOptionId)

public function setPaymentOptionSubId($paymentOptionSubId)
{
if (!is_numeric($paymentOptionSubId)) {
throw new Error('PaymentOptionSubId is niet numeriek', 1);
}
$this->_paymentOptionSubId = $paymentOptionSubId;
}

Expand Down

0 comments on commit b498d55

Please sign in to comment.