Skip to content

Commit b498d55

Browse files
author
Andy Pieters
committed
PaymentOptionSub does not need to be numeric anymore.
1 parent 762cd3b commit b498d55

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Api/Transaction/Start.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -306,9 +306,6 @@ public function setPaymentOptionId($paymentOptionId)
306306

307307
public function setPaymentOptionSubId($paymentOptionSubId)
308308
{
309-
if (!is_numeric($paymentOptionSubId)) {
310-
throw new Error('PaymentOptionSubId is niet numeriek', 1);
311-
}
312309
$this->_paymentOptionSubId = $paymentOptionSubId;
313310
}
314311

0 commit comments

Comments
 (0)