gatsby-source-stripe开发错误

时间:2018-11-20 23:29:45

标签: javascript stripe-payments gatsby

我想进行gatsby条纹无服务器结帐,我在条纹上添加了产品。但我无法安装gatsby-source-stripe或gatsby-source-stripe-products。错误;

error UNHANDLED EXCEPTION


  Error: /...../node_modules/gatsby-source-stripe/gatsby-node.js:4
  exports.sourceNodes = async ({ actions }, { objects = [], secretKey = "" }) =>   {
                                              ^^^^^^^^^^^^
  SyntaxError: Invalid shorthand property initializer

gatsby-config

  {
     resolve: `gatsby-source-stripe`,
    options: {
       objects: [
        'balance',
         'customers',
       'products',
      'applicationFees',
       'skus',
         'subscriptions'
     ],
       secretKey: process.env.STRIPE_SECRET
     }
   },

我有.env文件。

1 个答案:

答案 0 :(得分:0)

确保已在Stripe中输入测试SKU-您可以通过切换“查看”测试数据来进行输入。