diff --git a/src/Payment.php b/src/Payment.php index e2247110..341e3650 100644 --- a/src/Payment.php +++ b/src/Payment.php @@ -190,7 +190,7 @@ public function via($driver) // dispatch event $this->dispatchEvent( 'driver', - $this->driverInstance + $this->getFreshDriverInstance() ); return $this;