Declaration of Df\Framework\Controller\Result\Text::render(Magento\Framework\App\Response\HttpInterface $response) must be compatible with Magento\Framework\Controller\AbstractResult::render(Magento\Framework\App\ResponseInterface $response)

now I get this:

PHP Fatal error: Declaration of Df\Framework\Controller\Result\Text::render(Magento\Framework\App\Response\HttpInterface $response) must be compatible with Magento\Framework\Controller\AbstractResult::render(Magento\Framework\App\ResponseInterface $response) in /app/vendor/mage2pro/core/Framework/Controller/Result/Text.php on line 76

I have fixed it in the Stripe 1.4.6 version.

A post was split to a new topic: Class Df\Framework\Controller\Result\Json\Interceptor may not inherit from final class (Df\Framework\Controller\Result\Json)