@reeboot/strapi-payment-plugin 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1287,7 +1287,7 @@ const routes$2 = {
1287
1287
  },
1288
1288
  {
1289
1289
  method: "POST",
1290
- path: "/payments/confirm/:id",
1290
+ path: "/payments/confirm/:paymentIntentId",
1291
1291
  handler: "stripe.confirmPayment",
1292
1292
  config: {
1293
1293
  policies: []
@@ -1284,7 +1284,7 @@ const routes$2 = {
1284
1284
  },
1285
1285
  {
1286
1286
  method: "POST",
1287
- path: "/payments/confirm/:id",
1287
+ path: "/payments/confirm/:paymentIntentId",
1288
1288
  handler: "stripe.confirmPayment",
1289
1289
  config: {
1290
1290
  policies: []
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.0.3",
2
+ "version": "0.0.4",
3
3
  "keywords": [],
4
4
  "type": "commonjs",
5
5
  "exports": {