diff --git a/app/Models/Gateway.php b/app/Models/Gateway.php index 59b398b40f84..5415440cd735 100644 --- a/app/Models/Gateway.php +++ b/app/Models/Gateway.php @@ -66,7 +66,7 @@ class Gateway extends StaticModel } return $link; - + } @@ -86,9 +86,10 @@ class Gateway extends StaticModel break; case 20: return [GatewayType::CREDIT_CARD => ['refund' => true, 'token_billing' => true], - GatewayType::BANK_TRANSFER => ['refund' => true, 'token_billing' => true, 'webhooks' => ['source.chargeable']], - GatewayType::ALIPAY => ['refund' => false, 'token_billing' => false], - GatewayType::APPLE_PAY => ['refund' => false, 'token_billing' => false]]; //Stripe + GatewayType::BANK_TRANSFER => ['refund' => true, 'token_billing' => true, 'webhooks' => ['source.chargeable']], + GatewayType::ALIPAY => ['refund' => false, 'token_billing' => false], + GatewayType::APPLE_PAY => ['refund' => false, 'token_billing' => false], + GatewayType::SOFORT => ['refund' => true, 'token_billing' => true, 'webhooks' => ['source.chargeable']]]; //Stripe break; case 39: return [GatewayType::CREDIT_CARD => ['refund' => true, 'token_billing' => true]]; //Checkout diff --git a/resources/views/portal/ninja2020/payment_methods/includes/modals/removal.blade.php b/resources/views/portal/ninja2020/payment_methods/includes/modals/removal.blade.php index 4fe4ba90996b..3c6324dd804d 100644 --- a/resources/views/portal/ninja2020/payment_methods/includes/modals/removal.blade.php +++ b/resources/views/portal/ninja2020/payment_methods/includes/modals/removal.blade.php @@ -1,4 +1,4 @@ -
+