You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here we are using the solidus_frontend endpoint to retrieve the URL of the current state of the order, but if the client is only using the solidus_backend and have their own frontend, this will throw an error.
A solution would be to add a preference on the payment method for retrieving a custom endpoint.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It might be closed if no further activity occurs. Thank you for your contributions.
https://github.com/nebulab/solidus_afterpay/blob/2a34867f92cbd3be6e28e6c85bd5204e295391a3/app/controllers/solidus_afterpay/callbacks_controller.rb#L17
Here we are using the solidus_frontend endpoint to retrieve the URL of the current state of the order, but if the client is only using the solidus_backend and have their own frontend, this will throw an error.
A solution would be to add a preference on the payment method for retrieving a custom endpoint.
The text was updated successfully, but these errors were encountered: