| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 21 | public function __construct(VippsInterface $vipps, $subscription_key) |
||
| 22 | { |
||
| 23 | parent::__construct($vipps, $subscription_key); |
||
| 24 | $this->headers['Authorization'] = |
||
| 25 | $this->app->getClient()->getTokenStorage()->get()->getTokenType() |
||
| 26 | .' '. |
||
| 27 | $this->app->getClient()->getTokenStorage()->get()->getAccessToken(); |
||
| 28 | } |
||
| 29 | } |
||
| 30 |