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

/monetico/payment/redirect/ 404 #7

Open
jmcrommen opened this issue Nov 4, 2020 · 1 comment
Open

/monetico/payment/redirect/ 404 #7

jmcrommen opened this issue Nov 4, 2020 · 1 comment

Comments

@jmcrommen
Copy link

Hello,

My version of Magento is 2.3.5-p2.
In /view/frontend/web/js/view/payment/method-renderer/monetico.js

/monetico/payment/redirect/ is 404Not Found status.
Do you have an idea ?

@jmcrommen
Copy link
Author

My URL is http://localhost:8888/magento2/ and the link don't use base url. I corrected using this example:
`define([
'jquery',
'mage/url'
], function ($,url) {

var linkUrl = url.build('frontname/regions/index');
console.log(linkUrl);
});`

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

1 participant