Commit b37a08a319426b38c2c1f0295ac869820f72bc2d
1 parent
4c12d725cc
Exists in
master
username to terminal_name
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
partner-komodo.js
... | ... | @@ -79,7 +79,7 @@ function topupRequest(task, pendingOnConnectError) { |
79 | 79 | const requestOptions = { |
80 | 80 | url: config.h2h_out.partner, |
81 | 81 | qs: { |
82 | - terminal_name: config.h2h_out.username, | |
82 | + terminal_name: config.h2h_out.terminal_name, | |
83 | 83 | password: config.h2h_out.password, |
84 | 84 | product_name: task.remoteProduct, |
85 | 85 | destination: task.destination, |