rhythm Posted October 7, 2019 Share Posted October 7, 2019 Hey, What I am trying to achieve: to get payment options and proceed to payment module directly with my provided information for order. I am creating Cart, User, Address externally. (calling some file with parameters, returning object ID's). So for example, user then should go to completeOrder.php with these ID's and get payment options. And pay for it like in Order controller. So what I can do in this situation? Link to comment Share on other sites More sharing options...
rhythm Posted October 7, 2019 Author Share Posted October 7, 2019 (edited) $payments = new PaymentOptionsFinder(); $available_payments = $payments->find(); Well I tried doing something like this but I think I am doing it wrong. It returns payment objects. I would need whole front end form of payment process. Edited October 7, 2019 by rhythm (see edit history) Link to comment Share on other sites More sharing options...
rhythm Posted October 11, 2019 Author Share Posted October 11, 2019 UP Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now