Skip to content

Commit

Permalink
Fix Create Checkout Call (#20)
Browse files Browse the repository at this point in the history
* Fix Create Checkout Call

* Update README.md

* Update composer.json

* Revert "Update README.md"

This reverts commit 36ca593.

* Revert "Update composer.json"

This reverts commit 4d7183f.

---------

Co-authored-by: Artur Gauzer <[email protected]>
  • Loading branch information
azcpavel and antimech authored Jul 8, 2023
1 parent 82f079d commit 19a66a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Coinbase.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public function getCheckouts(array $query = [])
*/
public function createCheckout(array $params = [])
{
return $this->makeRequest('post', 'checkouts', $params);
return $this->makeRequest('post', 'checkouts', [], $params);
}

/**
Expand Down

0 comments on commit 19a66a2

Please sign in to comment.