Commit d8004d7187ef42f0c566138fb8ba3eaa29e2e227

Authored by Adhidarma Hadiwinoto
1 parent 562b154b77
Exists in master

typo fix on createRequestOptions

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

... ... @@ -128,7 +128,7 @@ function generateSign(userid, remoteProduct, destination, requestId, pin, passwo
128 128 }
129 129  
130 130 function createRequestOptions(task) {
131   - return requestOptions = {
  131 + return {
132 132 url: config.h2h_out.partner,
133 133 qs: {
134 134 memberID: config.h2h_out.userid,