Fixed bug with missing file system module for payment processing fail safe

This commit is contained in:
Matthew Little 2014-05-29 12:52:31 -06:00
parent de9009fdbc
commit 1578ad87c0
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
var fs = require('fs');
var redis = require('redis');
var async = require('async');