mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-07 22:06:04 -06:00
14 lines
253 B
PHP
14 lines
253 B
PHP
<?php
|
|
|
|
return [
|
|
'interest_rate' => [
|
|
'name' => 'Interest Rate'
|
|
],
|
|
'advance_payment_percentage' => [
|
|
'name' => 'Advance Payment Percentage'
|
|
],
|
|
'show_in_categories' => [
|
|
'name' => 'Show in Categories'
|
|
],
|
|
];
|