質問編集履歴
2
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
|
7
7
|
### 実現したいこと
|
8
8
|
|
9
|
-
Stripe
|
9
|
+
Stripe API を取得したい
|
10
10
|
|
11
11
|
### 発生している問題・エラーメッセージ
|
12
12
|
|
1
文言修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -33,7 +33,7 @@
|
|
33
33
|
loading: false,
|
34
34
|
lineItems: [
|
35
35
|
{
|
36
|
-
price: 'price_
|
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
|
],
|