From c366a1114523a1880c807fcd82cf2b265130eae6 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Tue, 26 Aug 2014 15:18:26 -0700 Subject: [PATCH] paypro: ignore 2-3 failing parsers for now. --- lib/PayPro.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/PayPro.js b/lib/PayPro.js index 9d3afdb..bca7c5b 100644 --- a/lib/PayPro.js +++ b/lib/PayPro.js @@ -827,8 +827,8 @@ rfc5280.DistributionPoint = asn1.define('DistributionPoint', function() { var DistributionPointName = rfc5280.DistributionPointName = asn1.define('DistributionPointName', function() { // XXX Parse Error - // this.any(); - // return; + this.any(); + return; // decodedTag: {"cls":"context","primitive":false,"tag":0,"tagStr":"end"} // expectedTag: "seqof"