Commit c01126a249f16b0cebdcd9f41845f0f854e39a54

Authored by Adhidarma Hadiwinoto
1 parent e2b360a02d
Exists in master

saveTaskForDupeCheck before request

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

partner-bayarkilat.js
... ... @@ -108,6 +108,7 @@ function topupRequest(task) {
108 108 logger.info('Duplicate task detected, requesting topupCheck', {task: task});
109 109 topupCheck(task);
110 110 } else {
  111 + saveTaskForDupeCheck(task);
111 112 requestToPartner('PURCHASE', task);
112 113 }
113 114 });