Grant Account Privileges to Repo

Issue #22 resolved
Thomas Sultana created an issue

The body request is not formatted correctly. It sends "filter=permission". When the body should be "permission" only.

Problem is on line 114 of lib/Bitbucket/API/Privileges.php

Change:

$params = array('filter' => $privilege);

To:

$params = $privilege;

Comments (2)

  1. Log in to comment