Skip to content

Commit

Permalink
Merge branch 'master' of github.com:nathanjdunn/chargebee-php-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
nthndnn committed May 26, 2018
2 parents d4d9cda + fd3b4d2 commit e7f6ce5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
8 changes: 6 additions & 2 deletions src/Api/HostedPages/HostedPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,10 @@ public function acknowledge(string $id, array $headers = [])
/**
* @param array $data
* @param array $headers
* @return array|string
*
* @throws Exception
*
* @return array|string
*/
public function collectNow(array $data = [], array $headers = [])
{
Expand All @@ -115,8 +117,10 @@ public function collectNow(array $data = [], array $headers = [])
/**
* @param array $data
* @param array $headers
* @return array|string
*
* @throws Exception
*
* @return array|string
*/
public function managePaymentSources(array $data = [], array $headers = [])
{
Expand Down
8 changes: 5 additions & 3 deletions src/Api/Invoices/Invoice.php
Original file line number Diff line number Diff line change
Expand Up @@ -360,10 +360,12 @@ public function delete(string $id, array $data, array $headers = [])

/**
* @param string $id
* @param array $data
* @param array $headers
* @return array|string
* @param array $data
* @param array $headers
*
* @throws Exception
*
* @return array|string
*/
public function updateDetails(string $id, array $data, array $headers = [])
{
Expand Down

0 comments on commit e7f6ce5

Please sign in to comment.