check calculater

This commit is contained in:
2025-11-19 15:28:26 +03:30
parent 5672c6eb0d
commit f35dada874
3 changed files with 42 additions and 4 deletions

View File

@@ -35,4 +35,8 @@ return [
'key' => env('HARIM_ENCRYPTION_KEY'),
'iv' => env('HARIM_ENCRYPTION_IV'),
],
'Harim_Payment' => [
'per' => env('HARIM_AMOUNT_PER'),
]
];