Trying to enable logging to see what is going produces an error: `Call to a member function doRequest() on null` ``` $result = Svea\WebPay\WebPay::getPaymentPlanParams($config) ->setCountryCode('SE') ->enableLogging(true) ->doRequest(); ```