From 33b68440bf0a4b56d5a11413eed12b67193d2052 Mon Sep 17 00:00:00 2001 From: Hadi Sharghi Date: Sat, 12 Jun 2021 17:28:53 +0430 Subject: [PATCH] use getDriverInstance() instead of getFreshDriverInstance() --- src/Payment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;