Project

General

Profile

Specification » History » Version 8

chin-yeh, 07/18/2011 09:56 AM

1 3 chin-yeh
{{toc}}
2
3 4 chin-yeh
h1. Introduction
4 2 chin-yeh
5 6 chin-yeh
High level view of the payment flow:
6 3 chin-yeh
7 7 chin-yeh
!payment_flow.png!
8 4 chin-yeh
9 5 chin-yeh
h1. Programming Guide
10 8 chin-yeh
11
h2. Resources
12
13
*SCM:*
14
> see [[wiki#SCM]]
15
16
*Classes:*
17
<pre>
18
my.com.eCosway.migs.Commons - Commons Constant
19
my.com.eCosway.migs.MigsInterface - Data Persistence's Interface
20
my.com.eCosway.migs.MigsPaymentUtils - Utility class
21
my.com.eCosway.migs.MigsProperties - Data model of MiGS properties
22
my.com.eCosway.migs.PaymentResponse - Data model of MiGS's payment response
23
</pre>
24
25
*Properties:*
26
<pre>
27
/resources/properties/migs-hkd.properties - MiGS's properties file (HKD currency)
28
</pre>
29
30
*Test Pages:*
31
<pre>
32
/migs-sample/migs_debug.jsp - to debug the payment response which return by MiGS
33
/migs-sample/migs_receipt.jsp - a very simple receipt page
34
/migs-sample/migs_test.html - a payment test page
35
/migs-sample/migs_test.jsp - controller for the payment test page
36
</pre>