@@ -23,7 +23,7 @@ |
||
23 | 23 | parent::__construct($vipps, $subscription_key); |
24 | 24 | $this->headers['Authorization'] = |
25 | 25 | $this->app->getClient()->getTokenStorage()->get()->getTokenType() |
26 | - .' '. |
|
26 | + .' ' . |
|
27 | 27 | $this->app->getClient()->getTokenStorage()->get()->getAccessToken(); |
28 | 28 | } |
29 | 29 | } |