getPublishableKey is looking for 'publishableKey' // but we use 'publicApiKey' for Checkout.com in .env file. // This is dummy implementation and it needs to be fixed. return $this->company_gateway->getConfig()->publicApiKey; } }