We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59e6f8c commit 75cdc9cCopy full SHA for 75cdc9c
tests/MetafieldTest.php
@@ -17,14 +17,14 @@ class MetafieldTest extends TestSimpleResource
17
"namespace" => "inventory",
18
"key" => "warehouse",
19
"value" => 25,
20
- "value_type" => "integer",
+ "type" => "integer",
21
);
22
23
/**
24
* @inheritDoc
25
*/
26
public $putArray = array(
27
"value" => "something new",
28
- "value_type" => "string",
+ "type" => "string",
29
30
}
0 commit comments