BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
.
/
app.imagivibe.com
/
app
/
Services
/
PaymentGateways
📤 Upload
📝 New File
📁 New Folder
Close
Editing: TwoCheckoutService.php
<?php namespace App\Services\PaymentGateways; use App\Models\Gateways; use App\Services\PaymentGateways\Contracts\CreditUpdater; class TwoCheckoutService { use CreditUpdater; protected static string $GATEWAY_CODE = 'twocheckout'; protected static string $GATEWAY_NAME = '2 Checkout'; private static ?Gateways $gateway = null; }
Save
Cancel