paypro: controller unit tests for payment protocol.
This commit is contained in:
parent
4cbc9ebf63
commit
b89ad8f3cc
3 changed files with 29 additions and 1 deletions
|
|
@ -20,6 +20,7 @@ var TransactionBuilder = bitcore.TransactionBuilder;
|
|||
var Transaction = bitcore.Transaction;
|
||||
var Address = bitcore.Address;
|
||||
var PayPro = bitcore.PayPro;
|
||||
var startServer = require('./mocks/FakePayProServer');
|
||||
|
||||
var G = is_browser ? window : global;
|
||||
G.SSL_UNTRUSTED = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue