質問編集履歴
2
公開キー消した
test
CHANGED
File without changes
|
test
CHANGED
@@ -34,7 +34,7 @@
|
|
34
34
|
|
35
35
|
const pay = ()=> {
|
36
36
|
|
37
|
-
Payjp.setPublicKey("pk_test_
|
37
|
+
Payjp.setPublicKey("pk_test_xxxxxxxxxxxxxxxxxxxxxxxxxxx");
|
38
38
|
|
39
39
|
const form = document.getElementById("charge-form");
|
40
40
|
|
1
エラー内容変更
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,4 +1,6 @@
|
|
1
|
+
現在クレジットカード情報を入力しカード情報の中身を暗号化するため
|
2
|
+
|
1
|
-
|
3
|
+
document.getElementById("number").removeAttribute("name");
|
2
4
|
|
3
5
|
document.getElementById("cvc").removeAttribute("name");
|
4
6
|
|
@@ -12,13 +14,13 @@
|
|
12
14
|
|
13
15
|
|
14
16
|
|
15
|
-
追加前
|
17
|
+
removeAttributeメソッド追加前
|
16
18
|
|
17
19
|
https://gyazo.com/86225f4de60fcbe23a8871eef8c169cc
|
18
20
|
|
19
21
|
|
20
22
|
|
21
|
-
追加後
|
23
|
+
removeAttributeメソッド追加後
|
22
24
|
|
23
25
|
https://gyazo.com/fa9c219d85208d130914f6f6fc13aab0
|
24
26
|
|