Skip to content

Commit

Permalink
Merge pull request #9 from mguzowski-shift4/feature/MAT-1636
Browse files Browse the repository at this point in the history
add Payout.merchantAccountId
  • Loading branch information
mguzowski-shift4 authored Mar 28, 2024
2 parents ad3d2e9 + 306debe commit d6cc927
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions lib/Shift4/Response/Payout.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,9 @@ public function getPeriodEnd()
{
return $this->get('periodEnd');
}

public function getMerchantAccountId()
{
return $this->get('merchantAccountId');
}
}
2 changes: 1 addition & 1 deletion lib/Shift4/Shift4Gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class Shift4Gateway
{
const VERSION = '3.0.1';
const VERSION = '3.1.0';
const DEFAULT_ENDPOINT = 'https://api.shift4.com';
const DEFAULT_UPLOADS_ENDPOINT = "https://uploads.api.shift4.com/";

Expand Down

0 comments on commit d6cc927

Please sign in to comment.