diff --git a/app/PaymentDrivers/Sample/CreditCard.php b/app/PaymentDrivers/Sample/CreditCard.php index 44c404ae2611..976ae402f2e8 100644 --- a/app/PaymentDrivers/Sample/CreditCard.php +++ b/app/PaymentDrivers/Sample/CreditCard.php @@ -10,7 +10,7 @@ * @license https://www.elastic.co/licensing/elastic-license */ -namespace App\PaymentDrivers\Eway; +namespace App\PaymentDrivers\Sample; use App\Exceptions\PaymentFailed; use App\Jobs\Mail\PaymentFailureMailer; diff --git a/app/PaymentDrivers/Sample/PaymentDriver.php b/app/PaymentDrivers/Sample/PaymentDriver.php index 401ceec3aed9..71cbb77e540d 100644 --- a/app/PaymentDrivers/Sample/PaymentDriver.php +++ b/app/PaymentDrivers/Sample/PaymentDriver.php @@ -9,7 +9,7 @@ * @license https://www.elastic.co/licensing/elastic-license */ -namespace App\PaymentDrivers; +namespace App\PaymentDrivers\Sample; use App\Http\Requests\Payments\PaymentWebhookRequest; use App\Models\ClientGatewayToken;