paypro: controller unit tests for payment protocol.

This commit is contained in:
Christopher Jeffrey 2014-07-29 17:28:47 -07:00 committed by Manuel Araoz
commit b89ad8f3cc
3 changed files with 29 additions and 1 deletions

View file

@ -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;