Commit 4880db9f60df1a8c476e4cd30cdb38232713ac72

Authored by Adhidarma Hadiwinoto
1 parent 2ab4448899
Exists in master and in 1 other branch ad2mt

Ignore reverse report rc 68

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

... ... @@ -122,6 +122,10 @@ function send(partner, msg, params, retry) {
122 122 return;
123 123 }
124 124  
  125 + if (params.rc === '68') {
  126 + logger.verbose('Ignoring RC 68 reverse report');
  127 + return;
  128 + }
125 129  
126 130 let reqOptions = {
127 131 url: params.reverse_url,