Compare View
Commits (2)
Changes
Showing 2 changed files Side-by-side Diff
center/messaging/trx-center.js
... | ... | @@ -34,10 +34,11 @@ function onIncomingMessage(paramsFromTransport, cb) { |
34 | 34 | executePriceCheck(paramsFromTransport, cb); |
35 | 35 | } |
36 | 36 | else if (config.commands && config.commands.postpaid_inquiry && config.commands.postpaid_inquiry.indexOf(command) >= 0) { |
37 | + executePostpaidInquiry(paramsFromTransport, cb); | |
37 | 38 | |
38 | 39 | } |
39 | 40 | else if (config.commands && config.commands.postpaid_pay && config.commands.postpaid_pay.indexOf(command) >= 0) { |
40 | - | |
41 | + executePostpaidInquiry(paramsFromTransport, cb); | |
41 | 42 | } |
42 | 43 | else { |
43 | 44 | executePrepaidBuy(paramsFromTransport, cb); |