Payum\Klarna\Checkout\Action\AuthorizeAction::__construct PHP Method

__construct() public method

public __construct ( string | null $templateName )
$templateName string | null
    public function __construct($templateName)
    {
        $this->templateName = $templateName;
        $this->apiClass = Config::class;
    }