Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Furkan YILMAZ committed Oct 18, 2019
1 parent 6c10a1e commit 4f015ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/requests/CreateRefundToBalanceInitRequest.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function CreateRefundToBalanceInitRequest(request) {
locale: request['locale'],
conversationId: request['conversationId'],
paymentId: request['paymentId'],
callbackUrl: request["callbackUrl"],
callbackUrl: request['callbackUrl'],
});
}

Expand Down

0 comments on commit 4f015ed

Please sign in to comment.