zf-fr / zfr-shopify

Guzzle client around Shopify API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing required parameter in CreateUsageCharge command description

John-Dormevil opened this issue · comments

Hi I think the description for CreateUsageCharge miss the {recurring_charge_id} we need something like that:

'recurring_charge_id' => [
                    'description' => 'Recurring charge from which we need to extract usage charges',
                    'location'    => 'uri',
                    'type'        => 'integer',
                    'required'    => true
                ]