strapi update collection type with “update service”

前端 未结 0 1104
天命终不由人
天命终不由人 2021-01-27 23:26
confirm: async (ctx) => {
    const { payment_intent_id } = ctx.request.body;
    const session = await stripe.paymentIntents.retrieve(payment_intent_id);

    if (se         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题