Commit cd70b1f414c5ea13ba5cadda7723e2c5bd8996e3

Authored by Adhidarma Hadiwinoto
1 parent 6ea82f3ea2
Exists in master

hapus line tak terpakai

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

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