<?php
namespace App\Constants;
class CardConst{
const CREDIT = "Credit";
const PAYPAL = "Paypal";
const DEFAULT = 1;
const OPTIONAL = 0;
const TEST = "Test";
const LIVE = "Live";
}
For code examples and implementation guides, please refer to the “Examples” section on our developer portal. Go to GitHub Repository