Skip to content

Commit

Permalink
Update paymentProcessor.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ROZ-MOFUMOFU-ME authored Apr 18, 2024
1 parent 20101aa commit e7f715b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/paymentProcessor.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var fs = require('fs');
var request = require('request');
var request = require('axios');

var redis = require('redis');
var async = require('async');
Expand Down

0 comments on commit e7f715b

Please sign in to comment.