Skip to content

Commit

Permalink
fix(api): try something new
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasbambullis committed Jul 31, 2020
1 parent 22cd70e commit aa77a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ private function prepareHandle(Notification $notification)

$this->authProvider->authenticateClient($request);

curl_setopt_array($ch, array_merge($this->curlOptions, $request->getOptions()));
curl_setopt_array($ch, $this->curlOptions + $request->getOptions());
curl_setopt($ch, CURLOPT_HTTPHEADER, $request->getDecoratedHeaders());

// store device token to identify response
Expand Down

0 comments on commit aa77a12

Please sign in to comment.