Skip to content

Commit 0ba57d3

Browse files
committed
* Fix issue #90 - usePayPageDirectBankOnly() causing HTTP 308 BAD_PAYMENTMETHOD
1 parent 5d29231 commit 0ba57d3

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

src/HostedService/Helper/ExcludePayments.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ public static function excludeInvoicesAndPaymentPlan()
3232
$methods[] = SystemPaymentMethod::INVOICE_FI;
3333
$methods[] = SystemPaymentMethod::PAYMENTPLAN_FI;
3434

35-
$methods[] = SystemPaymentMethod::INVOICE_NL;
36-
$methods[] = SystemPaymentMethod::PAYMENTPLAN_NL;
37-
3835
$methods[] = SystemPaymentMethod::INVOICE_NO;
3936
$methods[] = SystemPaymentMethod::PAYMENTPLAN_NO;
4037

src/HostedService/Payment/DirectPayment.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ protected function configureExcludedPaymentMethods()
4646
$methods = ExcludePayments::excludeInvoicesAndPaymentPlan();
4747

4848
//card
49-
$methods[] = SystemPaymentMethod::KORTCERT;
50-
$methods[] = SystemPaymentMethod::SKRILL;
5149
$methods[] = SystemPaymentMethod::SVEACARDPAY;
5250

5351
//other

0 commit comments

Comments
 (0)