@@ -53,20 +53,20 @@ |
||
53 | 53 | { |
54 | 54 | $valueMap = [ |
55 | 55 | 'transactionId' => [ |
56 | - 'name' =>'tid', |
|
57 | - 'type' => 'string', |
|
56 | + 'name' =>'tid', |
|
57 | + 'type' => 'string', |
|
58 | 58 | ], |
59 | 59 | 'status' => [ |
60 | - 'name' =>'status', |
|
61 | - 'type' => 'string', |
|
60 | + 'name' =>'status', |
|
61 | + 'type' => 'string', |
|
62 | 62 | ], |
63 | 63 | 'amountPaid' => [ |
64 | - 'name' =>'amount_paid', |
|
65 | - 'type' => 'float', |
|
64 | + 'name' =>'amount_paid', |
|
65 | + 'type' => 'float', |
|
66 | 66 | ], |
67 | 67 | 'currency' => [ |
68 | - 'name' =>'currency', |
|
69 | - 'type' => 'string', |
|
68 | + 'name' =>'currency', |
|
69 | + 'type' => 'string', |
|
70 | 70 | ], |
71 | 71 | ]; |
72 | 72 |