Commit c6394b257694613136b9fd292a316c8f4cc72b6b

Authored by Adhidarma Hadiwinoto
1 parent 43b4c4cb8f
Exists in master

exports start dan topupRequest

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

partner-bayarkilat.js
... ... @@ -85,4 +85,6 @@ function prepareRemoteProductCode(remoteProduct) {
85 85 }
86 86 }
87 87  
  88 +exports.start = start;
  89 +exports.topupRequest = topupRequest;
88 90 exports.prepareRemoteProductCode = prepareRemoteProductCode;