Specification » History » Revision 8
Revision 7 (chin-yeh, 07/18/2011 09:34 AM) → Revision 8/18 (chin-yeh, 07/18/2011 09:56 AM)
{{toc}}
h1. Introduction
High level view of the payment flow:
!payment_flow.png!
h1. Programming Guide
h2. Resources
*SCM:*
> see [[wiki#SCM]]
*Classes:*
<pre>
my.com.eCosway.migs.Commons - Commons Constant
my.com.eCosway.migs.MigsInterface - Data Persistence's Interface
my.com.eCosway.migs.MigsPaymentUtils - Utility class
my.com.eCosway.migs.MigsProperties - Data model of MiGS properties
my.com.eCosway.migs.PaymentResponse - Data model of MiGS's payment response
</pre>
*Properties:*
<pre>
/resources/properties/migs-hkd.properties - MiGS's properties file (HKD currency)
</pre>
*Test Pages:*
<pre>
/migs-sample/migs_debug.jsp - to debug the payment response which return by MiGS
/migs-sample/migs_receipt.jsp - a very simple receipt page
/migs-sample/migs_test.html - a payment test page
/migs-sample/migs_test.jsp - controller for the payment test page
</pre>