Browse Source

paypro: remove x509.js

patch-2
Christopher Jeffrey 11 years ago
parent
commit
672e667e9c
  1. 2
      lib/browser/PayPro.js
  2. 2
      lib/browser/x509.js

2
lib/browser/PayPro.js

@ -1,7 +1,7 @@
"use strict";
var Key = require('./Key');
var KJUR = require('./x509');
var KJUR = require('jsrsasign');
var assert = require('assert');
var PayPro = require('../PayPro');
var RootCerts = require('../common/RootCerts');

2
lib/browser/x509.js

@ -1,2 +0,0 @@
var jsrsasign = require('jsrsasign');
module.exports = jsrsasign;
Loading…
Cancel
Save