D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
forge
/
lactobokashi.com
/
app
/
Enums
/
Filename :
PaymentGateway.php
back
Copy
<?php namespace App\Enums; interface PaymentGateway { const CASH_ON_DELIVERY = 1; const E_WALLET = 2; const PAYPAL = 3; }