subscription/config/subscription.php

26 lines
400 B
PHP
Raw Permalink Normal View History

2024-01-10 18:27:47 +00:00
<?php
return [
2024-01-25 01:01:26 +00:00
'coupon_conditions' => [
],
2024-01-19 23:42:25 +00:00
'guard' => null,
2024-01-25 01:01:26 +00:00
'enumerations' => [
'subscription_ability_types' => ['istikhara', 'thematicـquran'],
2024-01-25 15:03:40 +00:00
'subscription_types' => ['premium', 'freemium', 'package'],
2024-01-25 01:01:26 +00:00
],
'google' => [
'application_name' => '',
'app_key' => '',
'package_name' => '',
],
'response_class' => null
2024-01-14 18:09:45 +00:00
];