Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

magento 2.1.2 - not show on frontend checkout page #1

Open
rizwan4317 opened this issue Feb 16, 2017 · 1 comment
Open

magento 2.1.2 - not show on frontend checkout page #1

rizwan4317 opened this issue Feb 16, 2017 · 1 comment

Comments

@rizwan4317
Copy link

on magento 2.1.2 in admin its showing properly but in front end its not showing...
backend https://screenshot.net/z604ksr
frontend https://screenshot.net/zzg2wak

@daohoangson
Copy link

This sample needs ./etc/payment.xml file to show up in Magento 2.3, something like this:

<?xml version="1.0"?>
<payment xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Payment:etc/payment.xsd">
    <methods>
        <method name="sample_gateway">
            <allow_multiple_address>0</allow_multiple_address>
        </method>
    </methods>
</payment>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants