@@ -23,35 +23,35 @@ public function getData()
23
23
'secretKey '
24
24
);
25
25
26
- return array (
27
- 'LMI_PAYEE_PURSE ' => $ this ->httpRequest ->request ->get ('LMI_PAYEE_PURSE ' ),
28
- 'LMI_PAYMENT_AMOUNT ' => $ this ->httpRequest ->request ->get ('LMI_PAYMENT_AMOUNT ' ),
29
- 'LMI_PAYMENT_NO ' => $ this ->httpRequest ->request ->get ('LMI_PAYMENT_NO ' ),
30
- 'LMI_MODE ' => $ this ->httpRequest ->request ->get ('LMI_MODE ' ),
31
- 'LMI_SYS_INVS_NO ' => $ this ->httpRequest ->request ->get ('LMI_SYS_INVS_NO ' ),
32
- 'LMI_SYS_TRANS_NO ' => $ this ->httpRequest ->request ->get ('LMI_SYS_TRANS_NO ' ),
33
- 'LMI_PAYER_PURSE ' => $ this ->httpRequest ->request ->get ('LMI_PAYER_PURSE ' ),
34
- 'LMI_PAYER_WM ' => $ this ->httpRequest ->request ->get ('LMI_PAYER_WM ' ),
35
- 'LMI_CAPITALLER_WMID ' => $ this ->httpRequest ->request ->get ('LMI_CAPITALLER_WMID ' ),
36
- 'LMI_PAYMER_NUMBER ' => $ this ->httpRequest ->request ->get ('LMI_PAYMER_NUMBER ' ),
37
- 'LMI_PAYMER_EMAIL ' => $ this ->httpRequest ->request ->get ('LMI_PAYMER_EMAIL ' ),
38
- 'LMI_EURONOTE_NUMBER ' => $ this ->httpRequest ->request ->get ('LMI_EURONOTE_NUMBER ' ),
39
- 'LMI_EURONOTE_EMAIL ' => $ this ->httpRequest ->request ->get ('LMI_EURONOTE_EMAIL ' ),
40
- 'LMI_WMCHECK_NUMBER ' => $ this ->httpRequest ->request ->get ('LMI_WMCHECK_NUMBER ' ),
26
+ return [
27
+ 'LMI_PAYEE_PURSE ' => $ this ->httpRequest ->request ->get ('LMI_PAYEE_PURSE ' ),
28
+ 'LMI_PAYMENT_AMOUNT ' => $ this ->httpRequest ->request ->get ('LMI_PAYMENT_AMOUNT ' ),
29
+ 'LMI_PAYMENT_NO ' => $ this ->httpRequest ->request ->get ('LMI_PAYMENT_NO ' ),
30
+ 'LMI_MODE ' => $ this ->httpRequest ->request ->get ('LMI_MODE ' ),
31
+ 'LMI_SYS_INVS_NO ' => $ this ->httpRequest ->request ->get ('LMI_SYS_INVS_NO ' ),
32
+ 'LMI_SYS_TRANS_NO ' => $ this ->httpRequest ->request ->get ('LMI_SYS_TRANS_NO ' ),
33
+ 'LMI_PAYER_PURSE ' => $ this ->httpRequest ->request ->get ('LMI_PAYER_PURSE ' ),
34
+ 'LMI_PAYER_WM ' => $ this ->httpRequest ->request ->get ('LMI_PAYER_WM ' ),
35
+ 'LMI_CAPITALLER_WMID ' => $ this ->httpRequest ->request ->get ('LMI_CAPITALLER_WMID ' ),
36
+ 'LMI_PAYMER_NUMBER ' => $ this ->httpRequest ->request ->get ('LMI_PAYMER_NUMBER ' ),
37
+ 'LMI_PAYMER_EMAIL ' => $ this ->httpRequest ->request ->get ('LMI_PAYMER_EMAIL ' ),
38
+ 'LMI_EURONOTE_NUMBER ' => $ this ->httpRequest ->request ->get ('LMI_EURONOTE_NUMBER ' ),
39
+ 'LMI_EURONOTE_EMAIL ' => $ this ->httpRequest ->request ->get ('LMI_EURONOTE_EMAIL ' ),
40
+ 'LMI_WMCHECK_NUMBER ' => $ this ->httpRequest ->request ->get ('LMI_WMCHECK_NUMBER ' ),
41
41
'LMI_TELEPAT_PHONENUMBER ' => $ this ->httpRequest ->request ->get ('LMI_TELEPAT_PHONENUMBER ' ),
42
- 'LMI_TELEPAT_ORDERID ' => $ this ->httpRequest ->request ->get ('LMI_TELEPAT_ORDERID ' ),
43
- 'LMI_PAYMENT_CREDITDAYS ' => $ this ->httpRequest ->request ->get ('LMI_PAYMENT_CREDITDAYS ' ),
44
- 'LMI_HASH ' => $ this ->httpRequest ->request ->get ('LMI_HASH ' ),
45
- 'LMI_SYS_TRANS_DATE ' => $ this ->httpRequest ->request ->get ('LMI_SYS_TRANS_DATE ' ),
46
- 'LMI_SECRET_KEY ' => $ this ->httpRequest ->request ->get ('LMI_SECRET_KEY ' ),
47
- 'LMI_SDP_TYPE ' => $ this ->httpRequest ->request ->get ('LMI_SDP_TYPE ' ),
48
- 'LMI_PAYMENT_DESC ' => $ this ->httpRequest ->request ->get ('LMI_PAYMENT_DESC ' ),
49
- 'LMI_PAYER_COUNTRYID ' => $ this ->httpRequest ->request ->get ('LMI_PAYER_COUNTRYID ' ),
50
- 'LMI_PAYER_PCOUNTRYID ' => $ this ->httpRequest ->request ->get ('LMI_PAYER_PCOUNTRYID ' ),
51
- 'LMI_PAYER_IP ' => $ this ->httpRequest ->request ->get ('LMI_PAYER_IP ' ),
52
- 'LMI_LANG ' => $ this ->httpRequest ->request ->get ('LMI_LANG ' ),
53
- 'LMI_DBLCHK ' => $ this ->httpRequest ->request ->get ('LMI_DBLCHK ' ),
54
- ) ;
42
+ 'LMI_TELEPAT_ORDERID ' => $ this ->httpRequest ->request ->get ('LMI_TELEPAT_ORDERID ' ),
43
+ 'LMI_PAYMENT_CREDITDAYS ' => $ this ->httpRequest ->request ->get ('LMI_PAYMENT_CREDITDAYS ' ),
44
+ 'LMI_HASH ' => $ this ->httpRequest ->request ->get ('LMI_HASH ' ),
45
+ 'LMI_SYS_TRANS_DATE ' => $ this ->httpRequest ->request ->get ('LMI_SYS_TRANS_DATE ' ),
46
+ 'LMI_SECRET_KEY ' => $ this ->httpRequest ->request ->get ('LMI_SECRET_KEY ' ),
47
+ 'LMI_SDP_TYPE ' => $ this ->httpRequest ->request ->get ('LMI_SDP_TYPE ' ),
48
+ 'LMI_PAYMENT_DESC ' => $ this ->httpRequest ->request ->get ('LMI_PAYMENT_DESC ' ),
49
+ 'LMI_PAYER_COUNTRYID ' => $ this ->httpRequest ->request ->get ('LMI_PAYER_COUNTRYID ' ),
50
+ 'LMI_PAYER_PCOUNTRYID ' => $ this ->httpRequest ->request ->get ('LMI_PAYER_PCOUNTRYID ' ),
51
+ 'LMI_PAYER_IP ' => $ this ->httpRequest ->request ->get ('LMI_PAYER_IP ' ),
52
+ 'LMI_LANG ' => $ this ->httpRequest ->request ->get ('LMI_LANG ' ),
53
+ 'LMI_DBLCHK ' => $ this ->httpRequest ->request ->get ('LMI_DBLCHK ' ),
54
+ ] ;
55
55
}
56
56
57
57
/**
0 commit comments