|
6 | 6 |
|
7 | 7 | class Config extends BaseConfig |
8 | 8 | { |
9 | | - const CODE = 'fintecture'; |
10 | | - const VERSION = '3.5.5'; |
11 | | - |
12 | | - const KEY_SHOP_NAME = 'general/store_information/name'; |
13 | | - const KEY_ACTIVE = 'active'; |
14 | | - const KEY_ALLOW_SPECIFIC = 'allowspecific'; |
15 | | - const KEY_SPECIFIC_COUNTRY = 'specificcountry'; |
16 | | - const KEY_ENVIRONMENT = 'environment'; |
17 | | - const KEY_APP_ID_SANDBOX = 'fintecture_app_id_sandbox'; |
18 | | - const KEY_APP_ID_PRODUCTION = 'fintecture_app_id_production'; |
19 | | - const KEY_APP_SECRET_SANDBOX = 'fintecture_app_secret_sandbox'; |
20 | | - const KEY_APP_SECRET_PRODUCTION = 'fintecture_app_secret_production'; |
21 | | - const KEY_PRIVATE_KEY_SANDBOX = 'custom_file_upload_sandbox'; |
22 | | - const KEY_PRIVATE_KEY_PRODUCTION = 'custom_file_upload_production'; |
23 | | - const KEY_REFUND_STATUSES_ACTIVE = 'refund_statuses_active'; |
24 | | - const KEY_EXPIRATION_ACTIVE = 'expiration_active'; |
25 | | - const KEY_EXPIRATION_AFTER = 'expiration_after'; |
26 | | - const KEY_INVOICING_ACTIVE = 'invoicing_active'; |
27 | | - const KEY_ALTERNATIVE_METHOD_ACTIVE = 'alternative_method_active'; |
28 | | - const KEY_ALTERNATIVE_METHOD = 'alternative_method'; |
29 | | - const KEY_CHECKOUT_DESIGN_SELECTION = 'checkout_design_selection'; |
30 | | - const KEY_CUSTOM_RECONCILIATION_FIELD_ACTIVE = 'custom_reconciliation_field_active'; |
31 | | - const KEY_CUSTOM_RECONCILIATION_FIELD = 'custom_reconciliation_field'; |
32 | | - const KEY_RECOMMEND_IT_BADGE = 'recommend_it_badge'; |
33 | | - const KEY_FIRST_POSITION_ACTIVE = 'first_position_active'; |
34 | | - const KEY_FIRST_POSITION_AMOUNT = 'first_position_amount'; |
| 9 | + public const CODE = 'fintecture'; |
| 10 | + public const VERSION = '3.6.0'; |
| 11 | + |
| 12 | + public const KEY_SHOP_NAME = 'general/store_information/name'; |
| 13 | + public const KEY_ACTIVE = 'active'; |
| 14 | + public const KEY_ALLOW_SPECIFIC = 'allowspecific'; |
| 15 | + public const KEY_SPECIFIC_COUNTRY = 'specificcountry'; |
| 16 | + public const KEY_ENVIRONMENT = 'environment'; |
| 17 | + public const KEY_APP_ID_SANDBOX = 'fintecture_app_id_sandbox'; |
| 18 | + public const KEY_APP_ID_PRODUCTION = 'fintecture_app_id_production'; |
| 19 | + public const KEY_APP_SECRET_SANDBOX = 'fintecture_app_secret_sandbox'; |
| 20 | + public const KEY_APP_SECRET_PRODUCTION = 'fintecture_app_secret_production'; |
| 21 | + public const KEY_PRIVATE_KEY_SANDBOX = 'custom_file_upload_sandbox'; |
| 22 | + public const KEY_PRIVATE_KEY_PRODUCTION = 'custom_file_upload_production'; |
| 23 | + public const KEY_REFUND_STATUSES_ACTIVE = 'refund_statuses_active'; |
| 24 | + public const KEY_EXPIRATION_ACTIVE = 'expiration_active'; |
| 25 | + public const KEY_EXPIRATION_AFTER = 'expiration_after'; |
| 26 | + public const KEY_INVOICING_ACTIVE = 'invoicing_active'; |
| 27 | + public const KEY_ALTERNATIVE_METHOD_ACTIVE = 'alternative_method_active'; |
| 28 | + public const KEY_ALTERNATIVE_METHOD = 'alternative_method'; |
| 29 | + public const KEY_CHECKOUT_DESIGN_SELECTION = 'checkout_design_selection'; |
| 30 | + public const KEY_CUSTOM_RECONCILIATION_FIELD_ACTIVE = 'custom_reconciliation_field_active'; |
| 31 | + public const KEY_CUSTOM_RECONCILIATION_FIELD = 'custom_reconciliation_field'; |
| 32 | + public const KEY_RECOMMEND_IT_BADGE = 'recommend_it_badge'; |
| 33 | + public const KEY_FIRST_POSITION_ACTIVE = 'first_position_active'; |
| 34 | + public const KEY_FIRST_POSITION_AMOUNT = 'first_position_amount'; |
35 | 35 |
|
36 | 36 | public function getShopName(): ?string |
37 | 37 | { |
|
0 commit comments