Skip to content

Commit 163b7e1

Browse files
committed
#api #fix Added missing routes
#dist Update stripe package
1 parent 8673a78 commit 163b7e1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

lib/load-balancer/load-balancer.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ server.start = function start (opts, cb) {
210210
// This look-up table will minimize request processing time
211211
var webRoutes = [
212212
'/account/:section',
213+
'/account/billing/:section',
213214
'/blog/:article',
214215
'/files',
215216
'/files/:method',
@@ -223,6 +224,7 @@ server.start = function start (opts, cb) {
223224
'/packages/:provider',
224225
'/packages/:provider/:method',
225226
'/login/:provider',
227+
'/stripe/webhook',
226228
'/login/:provider/:callback',
227229
'/datastore/:method',
228230
'/:owner/:hook/admin',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"run-service": "https://github.com/bigcompany/run-service/tarball/master",
6868
"slug": "1.1.0",
6969
"stream-buffers": "^1.1.0",
70-
"stripe": "^3.3.4",
70+
"stripe": "^6.34.0",
7171
"then-sleep": "^1.0.1",
7272
"through2": "^0.6.3",
7373
"timezone-support": "^1.8.1",

0 commit comments

Comments
 (0)