Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 768 Bytes

File metadata and controls

20 lines (11 loc) · 768 Bytes

eBay PGW file toolkit

This is the project for eBay PGW(paypal gateway) file parsing process

Introcution

Parse transaction files between mentors and banks/paypal.

Do validation check on those files.

Mock temporary files to fulfill the test requirement.

Installation

Place the root directory into a tomcat localhost folder.

  • The webroot contains all the front-end codes like html, javascript, css. There is also a local package of bootsctap for generating the information tables.
  • The src contains all the java sources. MVC is developed as the framework for this project.
  • There are two configuration files in the WebRoot folder. structure.xml/structureFixed.xml Go to edit these configuration files to add new types of files for this tool to parse.