We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6781bae commit b920eb2Copy full SHA for b920eb2
src/functions-templates/js/stripe-subscription/.netlify-function-template.js
@@ -1,11 +1,11 @@
1
const chalk = require("chalk");
2
3
module.exports = {
4
- name: "stripe-charge",
5
- description: "Stripe Charge: Charge a user with Stripe",
+ name: "stripe-subscription",
+ description: "Stripe subscription: Create a subscription with Stripe",
6
async onComplete() {
7
console.log(
8
- `${chalk.yellow("stripe-charge")} function created from template!`
+ `${chalk.yellow("stripe-subscription")} function created from template!`
9
);
10
if (!process.env.STRIPE_SECRET_KEY) {
11
0 commit comments