Example code given under open-javascript/examples folder makes POST call to the below given URL when payment gateway environment is selected to be a local environment.
When clicked on "make payment" button, request is made to the following URL.
http://localhost:8080/admin-site/service/moto/authorize/struct/extended
But I could not find any documentation anywhere on github or citruspay site about what is the expected response for this URL. Also I could not find code listening on port 8080 which will respond to this request.
Please clarify in the documentation what response to send back for this URL.
PS: Switching local environment to staging gives 503 for this URL.