Новые классы для работы со схемами
This commit is contained in:
17
src/AtolOnline/Api/Schemas/CorrectionSchema.php
Normal file
17
src/AtolOnline/Api/Schemas/CorrectionSchema.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
namespace AtolOnline\Api;
|
||||
|
||||
class CorrectionSchema extends AtolSchema
|
||||
{
|
||||
/**
|
||||
* @var
|
||||
*/
|
||||
protected static $json;
|
||||
|
||||
/**
|
||||
* Адрес схемы
|
||||
*/
|
||||
protected static $URL = 'https://online.atol.ru/possystem/v4/schema/correction';
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user