Skip to content

Commit 21f955f

Browse files
committed
Cleaned the input-filters configuration
1 parent 2c1108d commit 21f955f

File tree

1 file changed

+5
-48
lines changed

1 file changed

+5
-48
lines changed

config/module.config.php

+5-48
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@
130130
'path' => '/plans',
131131
'collectionName' => 'plans',
132132
'entityName' => 'plan',
133+
'input-filter' => [],
133134
],
134135
'Zoho\Subscriptions\Resource\Addon' => [
135136
'path' => '/addons',
@@ -152,18 +153,7 @@
152153
'path' => '/coupons',
153154
'collectionName' => 'coupons',
154155
'entityName' => 'coupon',
155-
'input-filter' => [
156-
0 => [
157-
'name' => '',
158-
'required' => true,
159-
'validators' => [
160-
161-
],
162-
'filters' => [
163-
164-
],
165-
],
166-
]
156+
'input-filter' => [],
167157
],
168158
'Zoho\Subscriptions\Resource\Customer' => [
169159
'path' => '/customers',
@@ -670,52 +660,19 @@
670660
'path' => '/invoices',
671661
'collectionName' => 'invoices',
672662
'entityName' => 'invoice',
673-
'input-filter' => [
674-
0 => [
675-
'name' => '',
676-
'required' => true,
677-
'validators' => [
678-
679-
],
680-
'filters' => [
681-
682-
],
683-
],
684-
]
663+
'input-filter' => [],
685664
],
686665
'Zoho\Subscriptions\Resource\Payment' => [
687666
'path' => '/payments',
688667
'collectionName' => 'payments',
689668
'entityName' => 'payment',
690-
'input-filter' => [
691-
0 => [
692-
'name' => '',
693-
'required' => true,
694-
'validators' => [
695-
696-
],
697-
'filters' => [
698-
699-
],
700-
],
701-
]
669+
'input-filter' => [],
702670
],
703671
'Zoho\Subscriptions\Resource\HostedPage' => [
704672
'path' => '/hostedpages',
705673
'collectionName' => 'hostedpages',
706674
'entityName' => 'hostedpage',
707-
'input-filter' => [
708-
0 => [
709-
'name' => '',
710-
'required' => true,
711-
'validators' => [
712-
713-
],
714-
'filters' => [
715-
716-
],
717-
],
718-
]
675+
'input-filter' => [],
719676
],
720677

721678
]

0 commit comments

Comments
 (0)