-
Notifications
You must be signed in to change notification settings - Fork 4
/
composer.json
53 lines (52 loc) · 1.06 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "mage2pro/ipay88"
,"version": "1.6.1"
,"description": "iPay88 integration with Magento 2"
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/ipay88"
,"license": "proprietary"
,"authors": [{
"name": "Dmitry Fedyuk",
"email": "[email protected]",
"homepage": "https://mage2.pro/users/dmitry_fedyuk",
"role": "Developer"
}]
,"require": {"mage2pro/core": ">=3.4.1"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\IPay88\\": ""}}
,"keywords": [
"API"
,"Bank card"
,"China"
,"Credit card"
,"eCommerce"
,"Indonesia"
,"iPay88"
,"Magento"
,"Magento 2"
,"Magento extension"
,"Malaysia"
,"Payment"
,"Payment authorization"
,"Payment integration"
,"Payment gateway"
,"Philippines"
,"Singapore"
,"Thailand"
,"AffinOnline"
,"Alliance Online"
,"AmOnline"
,"Bank Islam"
,"Bank Muamalat"
,"Bank Rakyat Internet Banking"
,"Celcom AirCash"
,"CIMB Click"
,"Hong Leong Online"
,"Maybank2U"
,"OCBC"
,"PayPal MYR"
,"RHB Online"
,"Standard Chartered Bank"
,"UOB"
,"Web Cash"
]
}