Доработки енамов и тегов ФФД

This commit is contained in:
2021-12-02 01:10:16 +08:00
parent 11646113b6
commit cb24bb1fb0
9 changed files with 121 additions and 12 deletions

View File

@@ -11,6 +11,8 @@ declare(strict_types = 1);
namespace AtolOnline\Enums;
use AtolOnline\Constants\Ffd105Tags;
/**
* Константы, определяющие признаки способов расчёта
*
@@ -58,6 +60,6 @@ final class PaymentMethods extends Enum
*/
public static function getFfdTags(): array
{
return [1214];
return [Ffd105Tags::ITEM_PAYMENT_METHOD];
}
}