Commit ef1ec70b5612f418616401978a09757829cc9fa9

Authored by Adhidarma Hadiwinoto
1 parent dd7844a895
Exists in master

reverse url pada request

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

... ... @@ -83,7 +83,8 @@ function topupRequest(task, pendingOnConnectError) {
83 83 password: config.h2h_out.password,
84 84 product_name: task.remoteProduct,
85 85 destination: task.destination,
86   - request_id: task.requestId
  86 + request_id: task.requestId,
  87 + reverse_url: config.h2h_out.reverse_url
87 88 }
88 89 }
89 90