Skip to content

Commit

Permalink
method change
Browse files Browse the repository at this point in the history
  • Loading branch information
narayana-plivo committed Aug 21, 2023
1 parent 54c18bb commit d0e2948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/resources/brand.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export class BrandCreationResponse {
*/
trigger_otp(brandId) {
let params = {}
return super.customexecuteAction(action+brandId+'/Otp/', 'POST', params);
return super.customexecuteAction(action+brandId+'/OTP/', 'POST', params);
}

/**
Expand Down

0 comments on commit d0e2948

Please sign in to comment.