Skip to content

Commit 3b7dd16

Browse files
authored
Fix ApplicationName
1 parent 890a135 commit 3b7dd16

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/Http/AdyenClient.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ function __construct() {
1010
$client = new \Adyen\Client();
1111
$client->setXApiKey(env('ADYEN_API_KEY'));
1212
$client->setEnvironment(\Adyen\Environment::TEST);
13-
13+
$client->setApplicationName('[adyen-php-online-payments checkout-example adyen-web/5.68.0]');
14+
1415
$this->service = new \Adyen\Service\Checkout\PaymentsApi($client);
1516
}
1617
}

0 commit comments

Comments
 (0)