Commit 6ea82f3ea2d098af6300029d73e18a0c9159cbdd

Authored by Adhidarma Hadiwinoto
1 parent 422b88762a
Exists in master

quick fix

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

partner-bayarkilat.js
... ... @@ -33,9 +33,11 @@ function start(_config, _callbackReport, options) {
33 33 }
34 34  
35 35 function createRequestOptions(methodName, task) {
  36 + /*
36 37 if (('PURCHASE', 'CHECKING').indexOf(methodName) < 0) {
37 38 return;
38 39 }
  40 + */
39 41  
40 42 var partnerUrl = url.parse(config.h2h_out.partner);
41 43 var product = prepareRemoteProductCode(task.remoteProduct);