Skip to content

Commit

Permalink
Merge pull request #64 from afterpay/include-mpid
Browse files Browse the repository at this point in the history
EIT-3011 Update the Get Configuration call to include MPID
  • Loading branch information
chesterz-afterpay authored Jul 19, 2023
2 parents 2329146 + ec64c56 commit b9e7d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HTTP/Request/GetConfiguration.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function __construct(...$args)
parent::__construct(... $args);

$this
->setUri('/v2/configuration?include=activeCountries&include=cbt&include=merchantCountry')
->setUri('/v2/configuration?include=activeCountries&include=cbt&include=merchantCountry&include=publicId')
->configureBasicAuth()
;
}
Expand Down

0 comments on commit b9e7d8a

Please sign in to comment.