Actions
Deployment Guide - qiwi-billManagement » History » Revision 5
« Previous |
Revision 5/16
(diff)
| Next »
Soh Keong, 06/04/2012 02:39 PM
Deployment Guide - qiwi-createBill¶
Steps-By-Steps:- checkout the qiwi-updateBill project into
Eclipse
- upload application.properties to /data/qiwi-provider/application.properties (\\cwyrnd2-server\src\sohkeong\QIWI\Qiwi_createBill_Properties)
- Jar file (\\cwyrnd2-server\src\sohkeong\QIWI\Qiwi_createBill_Jar)
- By calling below method will get the result code.
CreateBillService service = new CreateBillServiceImpl(); int result = service.createBill(String user, double amount, String comment, String transaction, String lifetime, int alarm, boolean create);
Development Server:
http://192.168.2.68:8080/qiwi-createBillTest/
Updated by Soh Keong over 12 years ago · 5 revisions