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