www
directory contains the all php codes and librarie. payment_init.php
initialize the payment with gateway and load the payment page on an iframe.
In success payment app will redirects to the page http://msc.scorelab.org:4000/payment_complete.php
payment_complete.php
handles the payment completion
docker build --tag erangaeb/paymentportal:0.1 .
docker run -p 8080:8080 -d erangaeb/paymentportal:0.1