Skip to content

BillingApi calls Super without a userAgent #28

@Iancam

Description

@Iancam

The billingAPI should specify a userAgent when calling super.
... around line 22 of baseApi.py

class BaseAPI(object):
  def __init__(self, AccessToken, apiServerAndVersion, userAgent, timeout=10, verbose=False):

... around line 12 of billingApi.py

class BillingAPI(BaseAPI):
        super(BillingAPI, self).__init__(AccessToken, apiServerAndVersion)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions