for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace PaySys\CardPay;
final class CardPay
{
const VERSION_1_5 = "1.5";
const API_VERSION = self::VERSION_1_5;
}