nova sber permission

This commit is contained in:
2024-09-18 22:47:32 +05:00
parent f8194453eb
commit 2b3d6fd5da
2 changed files with 45 additions and 0 deletions

View File

@@ -45,6 +45,8 @@ class OrderRepo
public static function statusValues(): array
{
return [
'' => '',
null => '',
self::PENDING => __('Pending'),
self::REGISTER => __('Registered'),
self::PROCESSING => __('Processing'),