refactor: remove PaymentProviderInterface and TelepagosProvider, simplify CheckoutService and related tests

This commit is contained in:
2026-07-03 16:55:11 -03:00
parent 057e6757dc
commit 0cb1c37566
7 changed files with 9 additions and 105 deletions

View File

@@ -7,7 +7,6 @@ use App\Domains\Purchase\Models\Purchase;
use App\Domains\Tenant\Models\Tenant;
use Illuminate\Support\Facades\DB;
use Illuminate\Validation\ValidationException;
use Exception;
class CheckoutService
{