diff --git a/lib/resources/brand.js b/lib/resources/brand.js index 2420153e..7e93b230 100644 --- a/lib/resources/brand.js +++ b/lib/resources/brand.js @@ -88,6 +88,7 @@ export class BrandCreationResponse { * @fail {Error} return Error */ create(brand_alias,profile_uuid,brand_type,secondary_vetting) { + let params = {}; params.brand_alias=brand_alias; params.profile_uuid=profile_uuid; params.brand_type=brand_type;