Файловый менеджер - Редактировать - /var/www/html/tpay.zip
Ðазад
PK ! ��(� � # src/Dictionaries/CardDictionary.phpnu �[��� <?php /* * Created by tpay.com. * Date: 13.06.2017 * Time: 17:05 */ namespace Omnipay\Tpay\Dictionaries; class CardDictionary { const PRESALE = 'presale'; const DEREGISTER = 'deregister'; const REGISERSALE = 'register_sale'; const SECURESALE = 'securesale'; const EMPTYCODE = 'Client auth code is empty.'; const INVALIDCODE = 'Client auth code is invalid.'; const METHOD = 'method'; const NAME = 'name'; const EMAIL = 'email'; const DESC = 'desc'; const AMOUNT = 'amount'; const CURRENCY = 'currency'; const SIGN = 'sign'; const APIPASS = 'api_password'; const LANGUAGE = 'language'; const SALE = 'sale'; const SALEAUTH = 'sale_auth'; const CLIAUTH = 'cli_auth'; const RESULT = 'result'; const ORDERID = 'order_id'; const STRING = 'string'; const SALE_AUTH = 'sale_auth'; const TEST_MODE = 'test_mode'; const REFUND = 'refund'; } PK ! ���C C $ src/Dictionaries/NotificationsIP.phpnu �[��� <?php /* * Created by tpay.com. * Date: 13.06.2017 * Time: 17:05 */ namespace Omnipay\Tpay\Dictionaries; class NotificationsIP { const SECURE_IPS = [ '176.119.38.175', '195.149.229.109', '148.251.96.163', '178.32.201.77', '46.248.167.59', '46.29.19.106', ]; } PK ! �Ҧ � &