Showing
1 changed file
with
4 additions
and
2 deletions
@@ -28,8 +28,10 @@ var Repayment = function(options) { | @@ -28,8 +28,10 @@ var Repayment = function(options) { | ||
28 | 28 | ||
29 | var params = { | 29 | var params = { |
30 | action: 'go.instalmentRepayment', | 30 | action: 'go.instalmentRepayment', |
31 | - list: self.setParams(), | ||
32 | - amount: self.total | 31 | + params: { |
32 | + list: self.setParams(), | ||
33 | + amount: self.total | ||
34 | + } | ||
33 | }; | 35 | }; |
34 | 36 | ||
35 | $(this).attr('href', path + '?openby:yohobuy=' + encodeURIComponent(JSON.stringify(params))); | 37 | $(this).attr('href', path + '?openby:yohobuy=' + encodeURIComponent(JSON.stringify(params))); |
-
Please register or login to post a comment