Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyn committed Jun 21, 2021
1 parent 6c1cc54 commit cfa2985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MoneiClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function __construct(
) {
$this->config = $config ?: Configuration::getDefaultConfiguration();
$this->config->setApiKey('Authorization', $apiKey);
$this->config->setUserAgent('MONEI/PHP/0.1.8');
$this->config->setUserAgent('MONEI/PHP/0.1.9');

$this->payments = new PaymentsApi(null, $this->config);
}
Expand Down

0 comments on commit cfa2985

Please sign in to comment.