File: /var/www/BtPayments/BtPayments-platform/vendor/phpclassic/php-shopify/tests/MetafieldTest.php
<?php
/**
* Created by PhpStorm.
* @author Tareq Mahmood <tareqtms@yahoo.com>
* Created at: 9/10/16 10:48 AM UTC+06:00
*/
namespace PHPShopify;
class MetafieldTest extends TestSimpleResource
{
/**
* @inheritDoc
*/
public $postArray = array(
"namespace" => "inventory",
"key" => "warehouse",
"value" => 25,
"type" => "integer",
);
/**
* @inheritDoc
*/
public $putArray = array(
"value" => "something new",
"type" => "string",
);
}