1
0
Fork 0
mirror of synced 2024-07-02 21:20:58 +12:00

Fix order types param

This commit is contained in:
Jake Barnby 2022-07-21 16:37:21 +12:00
parent 58f9ccb023
commit 1899b3ccd2

View file

@ -63,7 +63,7 @@ class TypeRegistry
'type' => Type::listOf(Type::string()), 'type' => Type::listOf(Type::string()),
'defaultValue' => [], 'defaultValue' => [],
], ],
'orderType' => [ 'orderTypes' => [
'type' => Type::listOf(Type::string()), 'type' => Type::listOf(Type::string()),
'defaultValue' => [], 'defaultValue' => [],
], ],