Payum\Paypal\ProCheckout\Nvp\Api::addAuthorizeFields PHP Method

addAuthorizeFields() protected method

protected addAuthorizeFields ( array &$fields )
$fields array
    protected function addAuthorizeFields(array &$fields)
    {
        $fields['USER'] = $this->options['username'];
        $fields['PWD'] = $this->options['password'];
        $fields['PARTNER'] = $this->options['partner'];
        $fields['VENDOR'] = $this->options['vendor'];
        $fields['TENDER'] = $this->options['tender'];
    }