Skip to content

Commit

Permalink
updated package vesrsion
Browse files Browse the repository at this point in the history
  • Loading branch information
nishekh-e-r committed Jun 19, 2023
1 parent c1beb26 commit 76864c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-stripe",
"version": "3.3.0",
"version": "3.4.0",
"description": "Online payments and subscriptions made simple, secure and fast. This free plugin enables you to accept online payments and create subscriptions using Credit Card, Apple pay, Google pay, SEPA Direct Debit, ACH Direct Debit on your Strapi app via Stripe.",
"strapi": {
"name": "strapi-stripe",
Expand Down
1 change: 1 addition & 0 deletions server/policies/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
'use strict';

const apiToken = require('./apiToken');

module.exports = {
apiToken,
};

0 comments on commit 76864c4

Please sign in to comment.