gmo_payment 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (34) hide show
  1. checksums.yaml +5 -5
  2. data/.travis.yml +7 -2
  3. data/CHANGELOG.md +7 -2
  4. data/Gemfile +4 -0
  5. data/README.md +20 -22
  6. data/lib/gmo_payment/client.rb +1 -1
  7. data/lib/gmo_payment/version.rb +1 -1
  8. data/spec/cassettes/GmoPayment_Client/_auth_to_sales/return_6_items.yml +22 -22
  9. data/spec/cassettes/GmoPayment_Client/_change_tran/return_6_items.yml +22 -22
  10. data/spec/cassettes/GmoPayment_Client/_delete_card/return_1_items.yml +16 -16
  11. data/spec/cassettes/GmoPayment_Client/_delete_member/return_1_items.yml +12 -12
  12. data/spec/cassettes/GmoPayment_Client/_delete_tran/return_6_items.yml +22 -22
  13. data/spec/cassettes/GmoPayment_Client/_entry_tran/return_2_items.yml +6 -6
  14. data/spec/cassettes/GmoPayment_Client/_entry_tran_btc/return_2_items.yml +7 -7
  15. data/spec/cassettes/GmoPayment_Client/_exec_tran/return_12_items.yml +17 -17
  16. data/spec/cassettes/GmoPayment_Client/_exec_tran_3d/return_4_items.yml +12 -12
  17. data/spec/cassettes/GmoPayment_Client/_exec_tran_btc/return_3_items.yml +14 -14
  18. data/spec/cassettes/GmoPayment_Client/_exec_tran_member/return_12_items.yml +29 -28
  19. data/spec/cassettes/GmoPayment_Client/_exec_tran_member_3d/return_4_items.yml +23 -23
  20. data/spec/cassettes/GmoPayment_Client/_get_rate_btc/return_1_item.yml +4 -4
  21. data/spec/cassettes/GmoPayment_Client/_re_exec_tran/return_6_items.yml +27 -27
  22. data/spec/cassettes/GmoPayment_Client/_save_card/return_3_items.yml +11 -11
  23. data/spec/cassettes/GmoPayment_Client/_save_member/return_1_items.yml +6 -6
  24. data/spec/cassettes/GmoPayment_Client/_save_traded_card/return_3_items.yml +34 -33
  25. data/spec/cassettes/GmoPayment_Client/_search_card/return_7_items.yml +16 -16
  26. data/spec/cassettes/GmoPayment_Client/_search_member/return_3_items.yml +12 -12
  27. data/spec/cassettes/GmoPayment_Client/_search_trade/return_21_items.yml +12 -12
  28. data/spec/cassettes/GmoPayment_Client/_search_trade_btc/return_11_items.yml +13 -13
  29. data/spec/cassettes/GmoPayment_Client/_secure_tran/return_11_items.yml +26 -26
  30. data/spec/cassettes/GmoPayment_Client/_update_card/return_3_items.yml +16 -16
  31. data/spec/cassettes/GmoPayment_Client/_update_member/return_1_items.yml +12 -12
  32. data/spec/gmo_payment/client_spec.rb +66 -29
  33. data/spec/gmo_payment/errors_spec.rb +1 -1
  34. metadata +3 -4
@@ -5,16 +5,16 @@ http_interactions:
5
5
  uri: https://<API_ENDPOINT>/payment/SaveMember.idPass
6
6
  body:
7
7
  encoding: US-ASCII
8
- string: MemberID=T-M3&SiteID=<SITE_ID>&SitePass=<SITE_PASS>
8
+ string: MemberID=67ad18b3-246f-4e5f-9852-4610c948de29&SiteID=<SITE_ID>&SitePass=<SITE_PASS>
9
9
  headers:
10
10
  Accept:
11
11
  - application/x-www-form-urlencoded;q=1.0,*/*;q=0.5
12
12
  User-Agent:
13
- - RubyGem/GmoPayment/0.0.1
13
+ - RubyGem/GmoPayment/0.0.2
14
14
  Accept-Encoding:
15
15
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
16
16
  Content-Length:
17
- - '52'
17
+ - '84'
18
18
  Content-Type:
19
19
  - application/x-www-form-urlencoded
20
20
  response:
@@ -25,7 +25,7 @@ http_interactions:
25
25
  Server:
26
26
  - nginx
27
27
  Date:
28
- - Tue, 24 Mar 2015 12:00:21 GMT
28
+ - Mon, 28 May 2018 09:14:51 GMT
29
29
  Content-Type:
30
30
  - text/plain;charset=Windows-31J
31
31
  Transfer-Encoding:
@@ -34,24 +34,24 @@ http_interactions:
34
34
  - close
35
35
  body:
36
36
  encoding: UTF-8
37
- string: MemberID=T-M3
37
+ string: MemberID=67ad18b3-246f-4e5f-9852-4610c948de29
38
38
  http_version:
39
- recorded_at: Tue, 24 Mar 2015 12:00:22 GMT
39
+ recorded_at: Mon, 28 May 2018 09:14:51 GMT
40
40
  - request:
41
41
  method: post
42
42
  uri: https://<API_ENDPOINT>/payment/DeleteMember.idPass
43
43
  body:
44
44
  encoding: US-ASCII
45
- string: MemberID=T-M3&SiteID=<SITE_ID>&SitePass=<SITE_PASS>
45
+ string: MemberID=67ad18b3-246f-4e5f-9852-4610c948de29&SiteID=<SITE_ID>&SitePass=<SITE_PASS>
46
46
  headers:
47
47
  Accept:
48
48
  - application/x-www-form-urlencoded;q=1.0,*/*;q=0.5
49
49
  User-Agent:
50
- - RubyGem/GmoPayment/0.0.1
50
+ - RubyGem/GmoPayment/0.0.2
51
51
  Accept-Encoding:
52
52
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
53
53
  Content-Length:
54
- - '52'
54
+ - '84'
55
55
  Content-Type:
56
56
  - application/x-www-form-urlencoded
57
57
  response:
@@ -62,7 +62,7 @@ http_interactions:
62
62
  Server:
63
63
  - nginx
64
64
  Date:
65
- - Tue, 24 Mar 2015 12:00:21 GMT
65
+ - Mon, 28 May 2018 09:14:51 GMT
66
66
  Content-Type:
67
67
  - text/plain;charset=Windows-31J
68
68
  Transfer-Encoding:
@@ -71,7 +71,7 @@ http_interactions:
71
71
  - close
72
72
  body:
73
73
  encoding: UTF-8
74
- string: MemberID=T-M3
74
+ string: MemberID=67ad18b3-246f-4e5f-9852-4610c948de29
75
75
  http_version:
76
- recorded_at: Tue, 24 Mar 2015 12:00:22 GMT
76
+ recorded_at: Mon, 28 May 2018 09:14:51 GMT
77
77
  recorded_with: VCR 2.9.3
@@ -5,16 +5,16 @@ http_interactions:
5
5
  uri: https://<API_ENDPOINT>/payment/EntryTran.idPass
6
6
  body:
7
7
  encoding: US-ASCII
8
- string: OrderID=T-7&JobCd=AUTH&Amount=1&ShopID=<SHOP_ID>&ShopPass=<SHOP_PASS>
8
+ string: OrderID=c2d590d2af210f5927b921413d&JobCd=AUTH&Amount=1&ShopID=<SHOP_ID>&ShopPass=<SHOP_PASS>
9
9
  headers:
10
10
  Accept:
11
11
  - application/x-www-form-urlencoded;q=1.0,*/*;q=0.5
12
12
  User-Agent:
13
- - RubyGem/GmoPayment/0.0.1
13
+ - RubyGem/GmoPayment/0.0.2
14
14
  Accept-Encoding:
15
15
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
16
16
  Content-Length:
17
- - '70'
17
+ - '93'
18
18
  Content-Type:
19
19
  - application/x-www-form-urlencoded
20
20
  response:
@@ -25,7 +25,7 @@ http_interactions:
25
25
  Server:
26
26
  - nginx
27
27
  Date:
28
- - Tue, 24 Mar 2015 12:00:12 GMT
28
+ - Mon, 28 May 2018 09:15:07 GMT
29
29
  Content-Type:
30
30
  - text/plain;charset=Windows-31J
31
31
  Transfer-Encoding:
@@ -34,24 +34,24 @@ http_interactions:
34
34
  - close
35
35
  body:
36
36
  encoding: UTF-8
37
- string: AccessID=c8d88e10b497fbf60eba2a2d5efd7d1c&AccessPass=0ba473433a31c42ed1fd7e45811c72f3
37
+ string: AccessID=5e9c852f243f19764babb5b7b73dc0d9&AccessPass=38cda1fc14c4066bb85d05c8e5704e8b
38
38
  http_version:
39
- recorded_at: Tue, 24 Mar 2015 12:00:13 GMT
39
+ recorded_at: Mon, 28 May 2018 09:15:07 GMT
40
40
  - request:
41
41
  method: post
42
42
  uri: https://<API_ENDPOINT>/payment/ExecTran.idPass
43
43
  body:
44
44
  encoding: US-ASCII
45
- string: AccessID=c8d88e10b497fbf60eba2a2d5efd7d1c&AccessPass=0ba473433a31c42ed1fd7e45811c72f3&OrderID=T-7&CardNo=<CARD_NO_N>&Expire=<CARD_EXPIRE>&Method=1&ClientField1=DEVTEST&ClientField2=%8AJ%94%AD%83e%83X%83g&ClientField3=%23delete_tran&ClientFieldFlag=1
45
+ string: AccessID=5e9c852f243f19764babb5b7b73dc0d9&AccessPass=38cda1fc14c4066bb85d05c8e5704e8b&OrderID=c2d590d2af210f5927b921413d&CardNo=<CARD_NO_N>&Expire=<CARD_EXPIRE>&Method=1&ClientField1=DEVTEST&ClientField2=%8AJ%94%AD%83e%83X%83g&ClientField3=%23delete_tran&ClientFieldFlag=1
46
46
  headers:
47
47
  Accept:
48
48
  - application/x-www-form-urlencoded;q=1.0,*/*;q=0.5
49
49
  User-Agent:
50
- - RubyGem/GmoPayment/0.0.1
50
+ - RubyGem/GmoPayment/0.0.2
51
51
  Accept-Encoding:
52
52
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
53
53
  Content-Length:
54
- - '245'
54
+ - '268'
55
55
  Content-Type:
56
56
  - application/x-www-form-urlencoded
57
57
  response:
@@ -62,7 +62,7 @@ http_interactions:
62
62
  Server:
63
63
  - nginx
64
64
  Date:
65
- - Tue, 24 Mar 2015 12:00:13 GMT
65
+ - Mon, 28 May 2018 09:15:08 GMT
66
66
  Content-Type:
67
67
  - text/plain;charset=Windows-31J
68
68
  Transfer-Encoding:
@@ -72,25 +72,25 @@ http_interactions:
72
72
  body:
73
73
  encoding: ASCII-8BIT
74
74
  string: !binary |-
75
- QUNTPTAmT3JkZXJJRD1ULTcmRm9yd2FyZD0yYTk5NjYyJk1ldGhvZD0xJlBh
76
- eVRpbWVzPSZBcHByb3ZlPTY2MTEyNjUmVHJhbklEPTE1MDMyNDIxMDAxMTEx
77
- MTExMTExMTE4NzIzNzcmVHJhbkRhdGU9MjAxNTAzMjQyMTAwMTMmQ2hlY2tT
78
- dHJpbmc9NzE2MzNiMWIzYzZiNzlkN2ZlMDBmM2U2MjAyZmJiNmYmQ2xpZW50
79
- RmllbGQxPURFVlRFU1QmQ2xpZW50RmllbGQyPYpKlK2DZYNYg2cmQ2xpZW50
80
- RmllbGQzPSNkZWxldGVfdHJhbg==
75
+ QUNTPTAmT3JkZXJJRD1jMmQ1OTBkMmFmMjEwZjU5MjdiOTIxNDEzZCZGb3J3
76
+ YXJkPTJhOTk2NjImTWV0aG9kPTEmUGF5VGltZXM9JkFwcHJvdmU9NDU2MzI2
77
+ OSZUcmFuSUQ9MTgwNTI4MTgxNTExMTExMTExMTExMTg3MDkxMiZUcmFuRGF0
78
+ ZT0yMDE4MDUyODE4MTUwOCZDaGVja1N0cmluZz0xOWNkN2M3MWJlMWUwNTkw
79
+ YThlNzIxN2M3MzgzZTM3OSZDbGllbnRGaWVsZDE9REVWVEVTVCZDbGllbnRG
80
+ aWVsZDI9ikqUrYNlg1iDZyZDbGllbnRGaWVsZDM9I2RlbGV0ZV90cmFu
81
81
  http_version:
82
- recorded_at: Tue, 24 Mar 2015 12:00:14 GMT
82
+ recorded_at: Mon, 28 May 2018 09:15:08 GMT
83
83
  - request:
84
84
  method: post
85
85
  uri: https://<API_ENDPOINT>/payment/AlterTran.idPass
86
86
  body:
87
87
  encoding: US-ASCII
88
- string: AccessID=c8d88e10b497fbf60eba2a2d5efd7d1c&AccessPass=0ba473433a31c42ed1fd7e45811c72f3&JobCd=VOID&ShopID=<SHOP_ID>&ShopPass=<SHOP_PASS>
88
+ string: AccessID=5e9c852f243f19764babb5b7b73dc0d9&AccessPass=38cda1fc14c4066bb85d05c8e5704e8b&JobCd=VOID&ShopID=<SHOP_ID>&ShopPass=<SHOP_PASS>
89
89
  headers:
90
90
  Accept:
91
91
  - application/x-www-form-urlencoded;q=1.0,*/*;q=0.5
92
92
  User-Agent:
93
- - RubyGem/GmoPayment/0.0.1
93
+ - RubyGem/GmoPayment/0.0.2
94
94
  Accept-Encoding:
95
95
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
96
96
  Content-Length:
@@ -105,7 +105,7 @@ http_interactions:
105
105
  Server:
106
106
  - nginx
107
107
  Date:
108
- - Tue, 24 Mar 2015 12:00:14 GMT
108
+ - Mon, 28 May 2018 09:15:10 GMT
109
109
  Content-Type:
110
110
  - text/plain;charset=Windows-31J
111
111
  Transfer-Encoding:
@@ -114,7 +114,7 @@ http_interactions:
114
114
  - close
115
115
  body:
116
116
  encoding: UTF-8
117
- string: AccessID=c8d88e10b497fbf60eba2a2d5efd7d1c&AccessPass=0ba473433a31c42ed1fd7e45811c72f3&Forward=2a99662&Approve=6611266&TranID=1503242100111111111111872378&TranDate=20150324210013
117
+ string: AccessID=5e9c852f243f19764babb5b7b73dc0d9&AccessPass=38cda1fc14c4066bb85d05c8e5704e8b&Forward=2a99662&Approve=4563272&TranID=1805281815111111111111870915&TranDate=20180528181509
118
118
  http_version:
119
- recorded_at: Tue, 24 Mar 2015 12:00:14 GMT
119
+ recorded_at: Mon, 28 May 2018 09:15:10 GMT
120
120
  recorded_with: VCR 2.9.3
@@ -5,16 +5,16 @@ http_interactions:
5
5
  uri: https://<API_ENDPOINT>/payment/EntryTran.idPass
6
6
  body:
7
7
  encoding: US-ASCII
8
- string: OrderID=T-1&JobCd=CHECK&ShopID=<SHOP_ID>&ShopPass=<SHOP_PASS>
8
+ string: OrderID=6ced78551831549c58f6575e40&JobCd=CHECK&ShopID=<SHOP_ID>&ShopPass=<SHOP_PASS>
9
9
  headers:
10
10
  Accept:
11
11
  - application/x-www-form-urlencoded;q=1.0,*/*;q=0.5
12
12
  User-Agent:
13
- - RubyGem/GmoPayment/0.0.1
13
+ - RubyGem/GmoPayment/0.0.2
14
14
  Accept-Encoding:
15
15
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
16
16
  Content-Length:
17
- - '62'
17
+ - '85'
18
18
  Content-Type:
19
19
  - application/x-www-form-urlencoded
20
20
  response:
@@ -25,7 +25,7 @@ http_interactions:
25
25
  Server:
26
26
  - nginx
27
27
  Date:
28
- - Tue, 24 Mar 2015 12:00:22 GMT
28
+ - Mon, 28 May 2018 09:15:02 GMT
29
29
  Content-Type:
30
30
  - text/plain;charset=Windows-31J
31
31
  Transfer-Encoding:
@@ -34,7 +34,7 @@ http_interactions:
34
34
  - close
35
35
  body:
36
36
  encoding: UTF-8
37
- string: AccessID=b3ac23a4247b782a22d93d50b1631d4c&AccessPass=650dbce7007825ab560eddccddf46b81
37
+ string: AccessID=39bc26eba42050f49f673f450ad258c8&AccessPass=ebd062b89cca0a07165b38bb4c81ffca
38
38
  http_version:
39
- recorded_at: Tue, 24 Mar 2015 12:00:22 GMT
39
+ recorded_at: Mon, 28 May 2018 09:15:02 GMT
40
40
  recorded_with: VCR 2.9.3
@@ -5,16 +5,16 @@ http_interactions:
5
5
  uri: https://<API_ENDPOINT>/payment/EntryTranBTC.idPass
6
6
  body:
7
7
  encoding: US-ASCII
8
- string: OrderID=T-13&Amount=1&ShopID=<SHOP_ID>&ShopPass=<SHOP_PASS>
8
+ string: OrderID=374d59c091f525e6931a96fd30&Amount=1&ShopID=<SHOP_ID>&ShopPass=<SHOP_PASS>
9
9
  headers:
10
10
  Accept:
11
11
  - application/x-www-form-urlencoded;q=1.0,*/*;q=0.5
12
12
  User-Agent:
13
- - RubyGem/GmoPayment/0.0.1
13
+ - RubyGem/GmoPayment/0.0.2
14
14
  Accept-Encoding:
15
15
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
16
16
  Content-Length:
17
- - '60'
17
+ - '82'
18
18
  Content-Type:
19
19
  - application/x-www-form-urlencoded
20
20
  response:
@@ -25,9 +25,9 @@ http_interactions:
25
25
  Server:
26
26
  - nginx
27
27
  Date:
28
- - Tue, 24 Mar 2015 13:00:30 GMT
28
+ - Mon, 28 May 2018 09:14:59 GMT
29
29
  Content-Type:
30
- - text/plain;charset=ISO-8859-1
30
+ - text/plain;charset=Shift_JIS
31
31
  Content-Length:
32
32
  - '85'
33
33
  Connection:
@@ -36,7 +36,7 @@ http_interactions:
36
36
  - ja-JP
37
37
  body:
38
38
  encoding: UTF-8
39
- string: AccessID=15718aeec14828d558d846747adab191&AccessPass=282763484352d58ea602c3cac96799d7
39
+ string: AccessID=980d64d5f15875ca5298206f1bfc4560&AccessPass=80b44483e9c1b298836403526e441a83
40
40
  http_version:
41
- recorded_at: Tue, 24 Mar 2015 13:00:32 GMT
41
+ recorded_at: Mon, 28 May 2018 09:14:59 GMT
42
42
  recorded_with: VCR 2.9.3
@@ -5,16 +5,16 @@ http_interactions:
5
5
  uri: https://<API_ENDPOINT>/payment/EntryTran.idPass
6
6
  body:
7
7
  encoding: US-ASCII
8
- string: OrderID=T-2&JobCd=CAPTURE&Amount=1&ShopID=<SHOP_ID>&ShopPass=<SHOP_PASS>
8
+ string: OrderID=3780faee5ed8565ff2d991a04a&JobCd=CAPTURE&Amount=1&ShopID=<SHOP_ID>&ShopPass=<SHOP_PASS>
9
9
  headers:
10
10
  Accept:
11
11
  - application/x-www-form-urlencoded;q=1.0,*/*;q=0.5
12
12
  User-Agent:
13
- - RubyGem/GmoPayment/0.0.1
13
+ - RubyGem/GmoPayment/0.0.2
14
14
  Accept-Encoding:
15
15
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
16
16
  Content-Length:
17
- - '73'
17
+ - '96'
18
18
  Content-Type:
19
19
  - application/x-www-form-urlencoded
20
20
  response:
@@ -25,7 +25,7 @@ http_interactions:
25
25
  Server:
26
26
  - nginx
27
27
  Date:
28
- - Tue, 24 Mar 2015 12:00:20 GMT
28
+ - Mon, 28 May 2018 09:14:52 GMT
29
29
  Content-Type:
30
30
  - text/plain;charset=Windows-31J
31
31
  Transfer-Encoding:
@@ -34,24 +34,24 @@ http_interactions:
34
34
  - close
35
35
  body:
36
36
  encoding: UTF-8
37
- string: AccessID=6b4d74cb8324c018c407140d0dab4ad1&AccessPass=d1c6885d8bd45c74fd50dfc91c48441b
37
+ string: AccessID=9a6369901758462abd86254e2c2fe6e6&AccessPass=3e9d7c57d371cd223d5dcf4903338d39
38
38
  http_version:
39
- recorded_at: Tue, 24 Mar 2015 12:00:21 GMT
39
+ recorded_at: Mon, 28 May 2018 09:14:52 GMT
40
40
  - request:
41
41
  method: post
42
42
  uri: https://<API_ENDPOINT>/payment/ExecTran.idPass
43
43
  body:
44
44
  encoding: US-ASCII
45
- string: AccessID=6b4d74cb8324c018c407140d0dab4ad1&AccessPass=d1c6885d8bd45c74fd50dfc91c48441b&OrderID=T-2&CardNo=<CARD_NO_N>&Expire=<CARD_EXPIRE>&Method=1&ClientField1=DEVTEST&ClientField2=%8AJ%94%AD%83e%83X%83g&ClientField3=%23exec_tran&ClientFieldFlag=1
45
+ string: AccessID=9a6369901758462abd86254e2c2fe6e6&AccessPass=3e9d7c57d371cd223d5dcf4903338d39&OrderID=3780faee5ed8565ff2d991a04a&CardNo=<CARD_NO_N>&Expire=<CARD_EXPIRE>&Method=1&ClientField1=DEVTEST&ClientField2=%8AJ%94%AD%83e%83X%83g&ClientField3=%23exec_tran&ClientFieldFlag=1
46
46
  headers:
47
47
  Accept:
48
48
  - application/x-www-form-urlencoded;q=1.0,*/*;q=0.5
49
49
  User-Agent:
50
- - RubyGem/GmoPayment/0.0.1
50
+ - RubyGem/GmoPayment/0.0.2
51
51
  Accept-Encoding:
52
52
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
53
53
  Content-Length:
54
- - '243'
54
+ - '266'
55
55
  Content-Type:
56
56
  - application/x-www-form-urlencoded
57
57
  response:
@@ -62,7 +62,7 @@ http_interactions:
62
62
  Server:
63
63
  - nginx
64
64
  Date:
65
- - Tue, 24 Mar 2015 12:00:21 GMT
65
+ - Mon, 28 May 2018 09:14:55 GMT
66
66
  Content-Type:
67
67
  - text/plain;charset=Windows-31J
68
68
  Transfer-Encoding:
@@ -72,12 +72,12 @@ http_interactions:
72
72
  body:
73
73
  encoding: ASCII-8BIT
74
74
  string: !binary |-
75
- QUNTPTAmT3JkZXJJRD1ULTImRm9yd2FyZD0yYTk5NjYyJk1ldGhvZD0xJlBh
76
- eVRpbWVzPSZBcHByb3ZlPTY2MTEyNzMmVHJhbklEPTE1MDMyNDIxMDAxMTEx
77
- MTExMTExMTE4NzIzODUmVHJhbkRhdGU9MjAxNTAzMjQyMTAwMjEmQ2hlY2tT
78
- dHJpbmc9YTUyOTJlNTFiYTk1NGNlMWIyZTBlYTUwZDk1MjQwMjAmQ2xpZW50
79
- RmllbGQxPURFVlRFU1QmQ2xpZW50RmllbGQyPYpKlK2DZYNYg2cmQ2xpZW50
80
- RmllbGQzPSNleGVjX3RyYW4=
75
+ QUNTPTAmT3JkZXJJRD0zNzgwZmFlZTVlZDg1NjVmZjJkOTkxYTA0YSZGb3J3
76
+ YXJkPTJhOTk2NjImTWV0aG9kPTEmUGF5VGltZXM9JkFwcHJvdmU9NDU2MzI1
77
+ OSZUcmFuSUQ9MTgwNTI4MTgxNDExMTExMTExMTExMTg3MDkwMiZUcmFuRGF0
78
+ ZT0yMDE4MDUyODE4MTQ1NSZDaGVja1N0cmluZz1hMmYwZGRhY2MwZDRkODlh
79
+ NzZhMWQ3YWFlMzAyMjlkMCZDbGllbnRGaWVsZDE9REVWVEVTVCZDbGllbnRG
80
+ aWVsZDI9ikqUrYNlg1iDZyZDbGllbnRGaWVsZDM9I2V4ZWNfdHJhbg==
81
81
  http_version:
82
- recorded_at: Tue, 24 Mar 2015 12:00:22 GMT
82
+ recorded_at: Mon, 28 May 2018 09:14:55 GMT
83
83
  recorded_with: VCR 2.9.3
@@ -5,16 +5,16 @@ http_interactions:
5
5
  uri: https://<API_ENDPOINT>/payment/EntryTran.idPass
6
6
  body:
7
7
  encoding: US-ASCII
8
- string: OrderID=T-3&JobCd=AUTH&Amount=1&Tax=1&TdFlag=1&TdTenantName=REVWpcaluaXIpM7Fucre&ShopID=<SHOP_ID>&ShopPass=<SHOP_PASS>
8
+ string: OrderID=c8b11193c1601d62d88081f230&JobCd=AUTH&Amount=1&Tax=1&TdFlag=1&TdTenantName=REVWpcaluaXIpM7Fucre&ShopID=<SHOP_ID>&ShopPass=<SHOP_PASS>
9
9
  headers:
10
10
  Accept:
11
11
  - application/x-www-form-urlencoded;q=1.0,*/*;q=0.5
12
12
  User-Agent:
13
- - RubyGem/GmoPayment/0.0.1
13
+ - RubyGem/GmoPayment/0.0.2
14
14
  Accept-Encoding:
15
15
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
16
16
  Content-Length:
17
- - '119'
17
+ - '142'
18
18
  Content-Type:
19
19
  - application/x-www-form-urlencoded
20
20
  response:
@@ -25,7 +25,7 @@ http_interactions:
25
25
  Server:
26
26
  - nginx
27
27
  Date:
28
- - Tue, 24 Mar 2015 12:00:20 GMT
28
+ - Mon, 28 May 2018 09:15:10 GMT
29
29
  Content-Type:
30
30
  - text/plain;charset=Windows-31J
31
31
  Transfer-Encoding:
@@ -34,24 +34,24 @@ http_interactions:
34
34
  - close
35
35
  body:
36
36
  encoding: UTF-8
37
- string: AccessID=7d10e9316dab67e212a74b97359ff927&AccessPass=9f491c688df0c40b86265ffe0bef6b3f
37
+ string: AccessID=7e399c8e891f7f21a3488f66e4416946&AccessPass=fbe2eb072272c32e4a6f46af39f4cb82
38
38
  http_version:
39
- recorded_at: Tue, 24 Mar 2015 12:00:21 GMT
39
+ recorded_at: Mon, 28 May 2018 09:15:10 GMT
40
40
  - request:
41
41
  method: post
42
42
  uri: https://<API_ENDPOINT>/payment/ExecTran.idPass
43
43
  body:
44
44
  encoding: US-ASCII
45
- string: AccessID=7d10e9316dab67e212a74b97359ff927&AccessPass=9f491c688df0c40b86265ffe0bef6b3f&OrderID=T-3&CardNo=<CARD_NO_Y>&Expire=<CARD_EXPIRE>&HttpAccept=*%2F*&HttpUserAgent=Rspec&Method=2&PayTimes=2&ClientField1=DEVTEST&ClientField2=%8AJ%94%AD%83e%83X%83g&ClientField3=%23exec_tran_3d&ClientFieldFlag=1&DeviceCategory=0
45
+ string: AccessID=7e399c8e891f7f21a3488f66e4416946&AccessPass=fbe2eb072272c32e4a6f46af39f4cb82&OrderID=c8b11193c1601d62d88081f230&CardNo=<CARD_NO_Y>&Expire=<CARD_EXPIRE>&HttpAccept=*%2F*&HttpUserAgent=Rspec&Method=2&PayTimes=2&ClientField1=DEVTEST&ClientField2=%8AJ%94%AD%83e%83X%83g&ClientField3=%23exec_tran_3d&ClientFieldFlag=1&DeviceCategory=0
46
46
  headers:
47
47
  Accept:
48
48
  - application/x-www-form-urlencoded;q=1.0,*/*;q=0.5
49
49
  User-Agent:
50
- - RubyGem/GmoPayment/0.0.1
50
+ - RubyGem/GmoPayment/0.0.2
51
51
  Accept-Encoding:
52
52
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
53
53
  Content-Length:
54
- - '311'
54
+ - '334'
55
55
  Content-Type:
56
56
  - application/x-www-form-urlencoded
57
57
  response:
@@ -62,7 +62,7 @@ http_interactions:
62
62
  Server:
63
63
  - nginx
64
64
  Date:
65
- - Tue, 24 Mar 2015 12:00:20 GMT
65
+ - Mon, 28 May 2018 09:15:11 GMT
66
66
  Content-Type:
67
67
  - text/plain;charset=Windows-31J
68
68
  Transfer-Encoding:
@@ -71,7 +71,7 @@ http_interactions:
71
71
  - close
72
72
  body:
73
73
  encoding: UTF-8
74
- string: ACS=1&ACSUrl=<ACS_URL>&PaReq=eJxVUs1O20AQfhXLd7K/TuxoMsiQVuXgKC1p75v1JjHCdrCdJuEGSBVvwFv0Dq8TIfUxumtMaA+rnW9m9H2jbwZOd/m199NUdVYWI5/1qO+ZQpdpVixH/vfZ55PQP0WYrSpjxpdGbyqDkJi6VkvjZenIn6pv5oZJPmBRKDmVAZWsL6IglEFIGedRNAj7PsI0tn0InRJaoR4H8g4tZaVXqmgQlL45u5igZFzIAEgHITfVxRjbZH8QRrQrv6WhULnB8acfh4dfh/vnw8Pj4e7368vTn8cnIG0NdLkpmmqPVPSBvAPYVNe4apr1kJDtdttbrtU+N0VT93SZEyCuDORjtunGRbWl22UpJlfxbjKLb5Orr/tkFm+T8dub3MYjIK4DUtUY5JQFVHDpMT6kdMgpkDYPKndzoPWhi2DtBOJj+l8I1vvKrmaPIrKlIwKzW5eFHRot7zGG1NQaPavkfiAfk59/cR7rxtoWsUjJYL4QC7WYi3nAdJgKIULF+MI53zY5/sx6xaznrYADQBwN6ZZKuoOw0X+H8hfKhck+&MD=7d10e9316dab67e212a74b97359ff927
74
+ string: ACS=1&ACSUrl=<ACS_URL>&PaReq=eJxVUsFO4zAQ/ZUod2pPXBOnmhplN6y2h0IFLHfXcdsgkpQkpe3eFiTEH/AX3OF3qpX4DOwQyu7BmnlvRvNGb4xHm/zauzVVnZXF0Ice9T1T6DLNivnQ/3Xx40D4RxIvFpUxybnRq8pIHJu6VnPjZenQn6gzcwM8CPuRiAAoF5wKCFuGQRiFPKDMlziJbZ/ETklaoV6A5BPakZVeqKKRqPTNt9GJ7EPA+hxJBzE31SiRLXkYioh25Q8aC5UbmRxf7u4fdncvu/vH3Z/nv69Pb49PSNoa6nJVNNVWUnaI5BPgqrqWi6ZZDghZr9e9+VJtc1M0dU+XOUHiyki+dpusXFbbcZssleOreHOaxDC+mtt4DOMkXrfv92iIxHVgqhojAwqC8kB4NBoAHwAgaXlUudtDWh+6DJdOIN7T/0K03lf2NFvJIlvaIzSbZVnYpSVFss8xNbWWnlVyEcnX5t9/Oo91Y22LIFJ9Pp2xmZpN2ZSDFiljTCgIZs75tsnNz6xXYD1vBRxA4saQ7qik+xA2+++jvAM4hsjA&MD=7e399c8e891f7f21a3488f66e4416946
75
75
  http_version:
76
- recorded_at: Tue, 24 Mar 2015 12:00:21 GMT
76
+ recorded_at: Mon, 28 May 2018 09:15:11 GMT
77
77
  recorded_with: VCR 2.9.3
@@ -5,16 +5,16 @@ http_interactions:
5
5
  uri: https://<API_ENDPOINT>/payment/EntryTranBTC.idPass
6
6
  body:
7
7
  encoding: US-ASCII
8
- string: OrderID=T-14&Amount=1&ShopID=<SHOP_ID>&ShopPass=<SHOP_PASS>
8
+ string: OrderID=455b1e78aa061339d5e806d4c3&Amount=1&ShopID=<SHOP_ID>&ShopPass=<SHOP_PASS>
9
9
  headers:
10
10
  Accept:
11
11
  - application/x-www-form-urlencoded;q=1.0,*/*;q=0.5
12
12
  User-Agent:
13
- - RubyGem/GmoPayment/0.0.1
13
+ - RubyGem/GmoPayment/0.0.2
14
14
  Accept-Encoding:
15
15
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
16
16
  Content-Length:
17
- - '60'
17
+ - '82'
18
18
  Content-Type:
19
19
  - application/x-www-form-urlencoded
20
20
  response:
@@ -25,9 +25,9 @@ http_interactions:
25
25
  Server:
26
26
  - nginx
27
27
  Date:
28
- - Tue, 24 Mar 2015 13:00:31 GMT
28
+ - Mon, 28 May 2018 09:14:44 GMT
29
29
  Content-Type:
30
- - text/plain;charset=ISO-8859-1
30
+ - text/plain;charset=Shift_JIS
31
31
  Content-Length:
32
32
  - '85'
33
33
  Connection:
@@ -36,24 +36,24 @@ http_interactions:
36
36
  - ja-JP
37
37
  body:
38
38
  encoding: UTF-8
39
- string: AccessID=ace2c892ee6b8e75077af1d5454c96ce&AccessPass=1f39badde753b78ebf42bf52df8c3928
39
+ string: AccessID=c89b752b39ffb0ceaeabf31f51dfafab&AccessPass=c73206727ed665bd540a8296d8c581ca
40
40
  http_version:
41
- recorded_at: Tue, 24 Mar 2015 13:00:32 GMT
41
+ recorded_at: Mon, 28 May 2018 09:14:44 GMT
42
42
  - request:
43
43
  method: post
44
44
  uri: https://<API_ENDPOINT>/payment/ExecTranBTC.idPass
45
45
  body:
46
46
  encoding: US-ASCII
47
- string: AccessID=ace2c892ee6b8e75077af1d5454c96ce&AccessPass=1f39badde753b78ebf42bf52df8c3928&OrderID=T-14&RetURL=https%3A%2F%2Flocalhost%2Frecieve%3Fquery1%3DTest01%26query2%3DDEV%8A%C2%8B%AB%82%CC%83e%83X%83g%82%C5%82%B7%81B&ItemName=DEV%83e%83X%83g%82%CC%8F%A4%95i&ItemMemo=%82%B1%82%EA%82%CDDevelopment%8A%C2%8B%AB%82%CC%83e%83X%83g%97p%82%CC%8F%A4%95i%82%C5%82%B7%81B&Timeout=60&ClientField1=DEVTEST&ClientField2=%8AJ%94%AD%83e%83X%83g&ClientField3=%23exec_tran_btc&ShopID=<SHOP_ID>
47
+ string: AccessID=c89b752b39ffb0ceaeabf31f51dfafab&AccessPass=c73206727ed665bd540a8296d8c581ca&OrderID=455b1e78aa061339d5e806d4c3&RetURL=https%3A%2F%2Flocalhost%2Frecieve%3Fquery1%3DTest01%26query2%3DDEV%8A%C2%8B%AB%82%CC%83e%83X%83g%82%C5%82%B7%81B&ItemName=DEV%83e%83X%83g%82%CC%8F%A4%95i&Timeout=60&ItemMemo=%82%B1%82%EA%82%CDDevelopment%8A%C2%8B%AB%82%CC%83e%83X%83g%97p%82%CC%8F%A4%95i%82%C5%82%B7%81B&ClientField1=DEVTEST&ClientField2=%8AJ%94%AD%83e%83X%83g&ClientField3=%23exec_tran_btc&ShopID=<SHOP_ID>
48
48
  headers:
49
49
  Accept:
50
50
  - application/x-www-form-urlencoded;q=1.0,*/*;q=0.5
51
51
  User-Agent:
52
- - RubyGem/GmoPayment/0.0.1
52
+ - RubyGem/GmoPayment/0.0.2
53
53
  Accept-Encoding:
54
54
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
55
55
  Content-Length:
56
- - '483'
56
+ - '505'
57
57
  Content-Type:
58
58
  - application/x-www-form-urlencoded
59
59
  response:
@@ -64,9 +64,9 @@ http_interactions:
64
64
  Server:
65
65
  - nginx
66
66
  Date:
67
- - Tue, 24 Mar 2015 13:00:31 GMT
67
+ - Mon, 28 May 2018 09:14:44 GMT
68
68
  Content-Type:
69
- - text/plain;charset=ISO-8859-1
69
+ - text/plain;charset=Shift_JIS
70
70
  Content-Length:
71
71
  - '169'
72
72
  Connection:
@@ -75,7 +75,7 @@ http_interactions:
75
75
  - ja-JP
76
76
  body:
77
77
  encoding: UTF-8
78
- string: AccessID=ace2c892ee6b8e75077af1d5454c96ce&Token=mh/OQF1vrmIJd2zhqQahqaOy9ZHtEQYIJAxkIpumKvUKf+EoycDfaudKiVcKv4iC&StartURL=<BTC_URL>
78
+ string: AccessID=c89b752b39ffb0ceaeabf31f51dfafab&Token=nsA/HRsTHjYpAma8C5rSghI4Z8UoHPt9UI8aYeOE6tEKf+EoycDfaudKiVcKv4iC&StartURL=https://<API_ENDPOINT>/payment/BTCStart.idPass
79
79
  http_version:
80
- recorded_at: Tue, 24 Mar 2015 13:00:33 GMT
80
+ recorded_at: Mon, 28 May 2018 09:14:44 GMT
81
81
  recorded_with: VCR 2.9.3