Commit a4c547a3775e4906cf5f96516af02bfa085ff6bd

Authored by Adhidarma Hadiwinoto
1 parent 259f26b487
Exists in master

debug

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -24,7 +24,7 @@ function topupInquiry(partner_url, requestId, msisdn, pin, destination) {
24 24 NOHP: destination,
25 25 };
26 26  
27   - console.log('Calling topUpInquiry method');
  27 + console.log('Calling topUpInquiry method', params);
28 28 client.methodCall('topUpInquiry', [ params ], function (error, value) {
29 29 if (error) {
30 30 console.log('Error', error);