We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 762cd3b commit b498d55Copy full SHA for b498d55
src/Api/Transaction/Start.php
@@ -306,9 +306,6 @@ public function setPaymentOptionId($paymentOptionId)
306
307
public function setPaymentOptionSubId($paymentOptionSubId)
308
{
309
- if (!is_numeric($paymentOptionSubId)) {
310
- throw new Error('PaymentOptionSubId is niet numeriek', 1);
311
- }
312
$this->_paymentOptionSubId = $paymentOptionSubId;
313
}
314
0 commit comments