Commit 2759fd109500acb6c93d3e04e8519312797f672d

Authored by Adhidarma Hadiwinoto
1 parent ebb83f38d5
Exists in master

exporting start dan topupRequest

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

... ... @@ -109,6 +109,8 @@ function topupRequest(task, retry) {
109 109 req.end();
110 110 }
111 111  
  112 +exports.start = start;
  113 +exports.topupRequest = topupRequest;
112 114 exports.calculateSignature = calculateSignature;
113 115 exports.createXmlPayload = createXmlPayload;
114 116 exports.getSNFromMessage = getSNFromMessage;