Skip to content

Commit

Permalink
Received From with only dots and dashes
Browse files Browse the repository at this point in the history
  • Loading branch information
DerMika committed Jan 29, 2016
1 parent ab34717 commit 4f13589
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Amadeus/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class Client
*
* @var string
*/
const receivedFromIdentifier = "amabnl/amadeus-ws-client";
const receivedFromIdentifier = "amabnl-amadeus-ws-client";

/**
* @var HandlerInterface
Expand Down
2 changes: 1 addition & 1 deletion src/Amadeus/Client/RequestCreator/Factory.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ public static function createRequestCreator($params, $libIdentifier)
*/
protected static function makeReceivedFrom($original, $libIdentifier)
{
return $original . " : " . $libIdentifier;
return $original . " " . $libIdentifier;
}
}

0 comments on commit 4f13589

Please sign in to comment.