-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Hello.
This issue is happening on V6, and I couldn't seem to find any way to work around this, as both creating a new budget and updating one while setting total_amount_micros both fail with error "The error code is not in this version."
The code below is the minimum reproduction I could make of this.
budget_operation = client.operation.update_resource.campaign_budget(budget_resource_name) do |budget|
budget.total_amount_micros = req.total_amount_micros
end
response = client.service.campaign_budget.mutate_campaign_budgets(
customer_id: customer_id,
operations: [budget_operation],
)
Thanks.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working