Hello,
I have installed a magento 2 custom payment plugins. But credit card form is not showing in checkout. Anyone here can help me please? Its urgent.
https://github.com/magento/magento2-samples/tree/master/sample-module-payment-gateway
check above link, you will got an idea how to add form.
If it will work then mark as solution.
Thanks for your reply. I used this and its showing the below error.
a:4:{i:0;s:37:"Object DOMDocument should be created.";i:1;s:12505:"0 D:\xampp\htdocs\magento-217-demo\vendor\magento\framework\View\Element\UiComponent\Config\Reader.php(95):
can you please remove var/cache, var/di, var/generation , var/view_processed, var/page_cache and try it.
Yes I did it already but same error.
OK I resolved that errors. But still stripe payment method is not coming in checkout. Its showing this below in log.
main.CRITICAL: Broken reference: No element found with ID 'checkout.header.wrapper'. [] []
are you using any theme?
Its default Magento 2
Hello,
set production into app/etc/env.php and check it.
Already applied, but still not working.