Skip to content

Commit

Permalink
Number cancelling now using correct URI
Browse files Browse the repository at this point in the history
  • Loading branch information
prawnsalad committed May 8, 2012
1 parent 37fc4cf commit c2eee3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NexmoAccount.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class NexmoAccount {
'get_own_numbers' => array('method' => 'GET', 'url' => '/account/numbers/{k}/{s}'),
'search_numbers' => array('method' => 'GET', 'url' => '/number/search/{k}/{s}/{country_code}?pattern={pattern}'),
'buy_number' => array('method' => 'POST', 'url' => '/number/buy/{k}/{s}/{country_code}/{msisdn}'),
'cancel_number' => array('method' => 'POST', 'url' => '/number/cancel/{key}/{secret}/{country_code}/{msisdn}')
'cancel_number' => array('method' => 'POST', 'url' => '/number/cancel/{k}/{s}/{country_code}/{msisdn}')
);


Expand Down

0 comments on commit c2eee3e

Please sign in to comment.