Skip to content

Commit

Permalink
fix stripe payments
Browse files Browse the repository at this point in the history
  • Loading branch information
Facundo Martinez authored and Facundo Martinez committed Mar 1, 2021
1 parent c86de1e commit 1ab2bce
Show file tree
Hide file tree
Showing 3 changed files with 142 additions and 141 deletions.
2 changes: 2 additions & 0 deletions functions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,5 @@ app.get('*', (req, res) => {
});

exports.api = functions.https.onRequest(app);


Loading

0 comments on commit 1ab2bce

Please sign in to comment.