質問編集履歴

2

修正

2022/06/24 07:13

投稿

kwtkwt
kwtkwt

スコア21

test CHANGED
File without changes
test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  ### 実現したいこと
8
8
 
9
- Stripe SPI を取得したい
9
+ Stripe API を取得したい
10
10
 
11
11
  ### 発生している問題・エラーメッセージ
12
12
 

1

文言修正

2022/06/24 07:10

投稿

kwtkwt
kwtkwt

スコア21

test CHANGED
File without changes
test CHANGED
@@ -33,7 +33,7 @@
33
33
  loading: false,
34
34
  lineItems: [
35
35
  {
36
- price: 'price_1LCfNiHIT4Uh5KIjUbi6SAuo', // The id of the one-time price you created in your Stripe dashboard
36
+ price: 'price_xxxxxxxx', // The id of the one-time price you created in your Stripe dashboard
37
37
  quantity: 1
38
38
  }
39
39
  ],