Skip to content

Commit

Permalink
Merge pull request #18 from buckaroo-it/develop
Browse files Browse the repository at this point in the history
Release v2.0.1
  • Loading branch information
vildanbina authored Nov 1, 2024
2 parents 720ddab + 3e02902 commit 865c683
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "buckaroo/laravel",
"description": "Laravel Wrapper package for Buckaroo Payments Gateway",
"license": "MIT",
"version": "2.0.0",
"version": "2.0.1",
"authors": [
{
"name": "Buckaroo",
Expand Down
2 changes: 1 addition & 1 deletion src/Http/Requests/ReplyHandlerRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function authorize(): bool
protected function validateBody()
{
return Buckaroo::api()->validateBody(
(!empty($_POST)) ? $_POST : $this->getContent(),
$this->all(),
$this->header('Authorization') ?? '',
route('buckaroo.push')
);
Expand Down

0 comments on commit 865c683

Please sign in to comment.