Current File : /home/users/barii/public_html/finansenl.com.pl/wodki/payu/lib/OpenPayU/AuthType/TokenRequest.php
<?php

class AuthType_TokenRequest implements AuthType
{

    public function getHeaders()
    {
        return array(
            'Content-Type: application/x-www-form-urlencoded',
            'Accept: */*'
        );
    }

}