diff --git a/app/PaymentDrivers/Stripe/iDeal.php b/app/PaymentDrivers/Stripe/iDeal.php index 5353181676e4..3e0c49cc7cab 100644 --- a/app/PaymentDrivers/Stripe/iDeal.php +++ b/app/PaymentDrivers/Stripe/iDeal.php @@ -106,7 +106,7 @@ class iDeal 'gateway_type_id' => GatewayType::IDEAL, ]; - $this->stripe->createPayment($data, Payment::STATUS_PENDING); + $this->stripe->createPayment($data, Payment::STATUS_COMPLETED); SystemLogger::dispatch( ['response' => $this->stripe->payment_hash->data, 'data' => $data],