Project

General

Profile

Specification » History » Version 1

Soh Keong, 02/22/2022 04:47 PM

1 1 Soh Keong
{{toc}}
2
3
h1. Specification
4
5
h1. Programming Guide
6
7
h2. Jar version 
8
9
|_. version |_. Description                          |
10
| 1.0       | Init                                   |
11
12
h2. Jar File Download
13
14
"Jar":
15
"Properties":
16
17
h3. Classes
18
19
* *com.nomupay.common*  - CommonConstant, CommonProperties
20
* *com.nomupay.dao*     - NomuInterface
21
* *com.nomupay.model*   - CommonNomuBean, RequestNomuBean, ResponseNomuBean
22
* *com.nomupay.service* - NomuService
23
* *com.nomupay.utils*   - NomuUtil
24
25
h3. properties file
26
27
* *nomupay.properties*
28
29
# *merchant.id*
30
# *action*                 - PREAUTH, VERIFY, *SALE*, REFUND, REFUND_SALE
31
# *type*                   - *1 (E-commerce (ECOM))*; 2 (Mail Order/Telephone Order (MOTO)); 9 (Continuous Authority (CA))
32
# *payment.url*            - Nomupay URL
33
# *redirect.url*           - Aces URL 
34
# *merchant.country.code*  - Merchant’s location (ISO 3166-1 3-digit code)
35
# *signature*              - Use for hashing
36