refactor PayPro tests
This commit is contained in:
parent
e9005c2ca0
commit
ae0dd40903
7 changed files with 349 additions and 1135 deletions
|
|
@ -168,7 +168,7 @@ angular.module('copayApp.controllers').controller('SendController',
|
|||
toAddress: address,
|
||||
amountSat: amount,
|
||||
comment: commentText,
|
||||
url: (payInfo && payInfo.merchant) ? url : null,
|
||||
url: (payInfo && payInfo.merchant) ? payInfo.merchant : null,
|
||||
}, $scope._afterSend);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue