gmo_payment 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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-M5&SiteID=<SITE_ID>&SitePass=<SITE_PASS>
8
+ string: MemberID=01d25480-1cbd-47a5-a28a-42c484ae47e7&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:14 GMT
28
+ - Mon, 28 May 2018 09:15:29 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-M5
37
+ string: MemberID=01d25480-1cbd-47a5-a28a-42c484ae47e7
38
38
  http_version:
39
- recorded_at: Tue, 24 Mar 2015 12:00:15 GMT
39
+ recorded_at: Mon, 28 May 2018 09:15:30 GMT
40
40
  - request:
41
41
  method: post
42
42
  uri: https://<API_ENDPOINT>/payment/SaveCard.idPass
43
43
  body:
44
44
  encoding: US-ASCII
45
- string: MemberID=T-M5&CardNo=<CARD_NO_N>&Expire=<CARD_EXPIRE>&SiteID=<SITE_ID>&SitePass=<SITE_PASS>
45
+ string: MemberID=01d25480-1cbd-47a5-a28a-42c484ae47e7&CardNo=<CARD_NO_N>&Expire=<CARD_EXPIRE>&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
- - '88'
54
+ - '120'
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:14 GMT
65
+ - Mon, 28 May 2018 09:15:32 GMT
66
66
  Content-Type:
67
67
  - text/plain;charset=Windows-31J
68
68
  Transfer-Encoding:
@@ -73,5 +73,5 @@ http_interactions:
73
73
  encoding: UTF-8
74
74
  string: CardSeq=0&CardNo=<CARD_NO_N_MASK>&Forward=2a99662
75
75
  http_version:
76
- recorded_at: Tue, 24 Mar 2015 12:00:15 GMT
76
+ recorded_at: Mon, 28 May 2018 09:15:32 GMT
77
77
  recorded_with: VCR 2.9.3
@@ -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-M1&SiteID=<SITE_ID>&SitePass=<SITE_PASS>
8
+ string: MemberID=bee34d83-1248-43c6-8d7d-d4dca0f46dd8&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:03 GMT
28
+ - Mon, 28 May 2018 09:14:49 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: MemberID=T-M1
37
+ string: MemberID=bee34d83-1248-43c6-8d7d-d4dca0f46dd8
38
38
  http_version:
39
- recorded_at: Tue, 24 Mar 2015 12:00:04 GMT
39
+ recorded_at: Mon, 28 May 2018 09:14:49 GMT
40
40
  recorded_with: VCR 2.9.3
@@ -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-M11&SiteID=<SITE_ID>&SitePass=<SITE_PASS>
8
+ string: MemberID=1058da9b-f4a7-4a3b-95ac-4ad59d23841d&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
- - '53'
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:03 GMT
28
+ - Mon, 28 May 2018 09:14:46 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-M11
38
- http_version:
39
- recorded_at: Tue, 24 Mar 2015 12:00:04 GMT
37
+ string: MemberID=1058da9b-f4a7-4a3b-95ac-4ad59d23841d
38
+ http_version:
39
+ recorded_at: Mon, 28 May 2018 09:14:46 GMT
40
40
  - request:
41
41
  method: post
42
42
  uri: https://<API_ENDPOINT>/payment/EntryTran.idPass
43
43
  body:
44
44
  encoding: US-ASCII
45
- string: OrderID=T-12&JobCd=AUTH&Amount=1&ShopID=<SHOP_ID>&ShopPass=<SHOP_PASS>
45
+ string: OrderID=220214060a0684224d53144688&JobCd=AUTH&Amount=1&ShopID=<SHOP_ID>&ShopPass=<SHOP_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
- - '71'
54
+ - '93'
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:03 GMT
65
+ - Mon, 28 May 2018 09:14:47 GMT
66
66
  Content-Type:
67
67
  - text/plain;charset=Windows-31J
68
68
  Transfer-Encoding:
@@ -71,24 +71,24 @@ http_interactions:
71
71
  - close
72
72
  body:
73
73
  encoding: UTF-8
74
- string: AccessID=d3cd3697c73aab977970b3cb30247719&AccessPass=54af311d1a973f8c023227b63219cb72
75
- http_version:
76
- recorded_at: Tue, 24 Mar 2015 12:00:04 GMT
74
+ string: AccessID=884f7700272f4bf83cf76b2d8aaf1632&AccessPass=8afcb6f4a3fa11a97a790aadd0a54ea2
75
+ http_version:
76
+ recorded_at: Mon, 28 May 2018 09:14:47 GMT
77
77
  - request:
78
78
  method: post
79
79
  uri: https://<API_ENDPOINT>/payment/ExecTran.idPass
80
80
  body:
81
81
  encoding: US-ASCII
82
- string: AccessID=d3cd3697c73aab977970b3cb30247719&AccessPass=54af311d1a973f8c023227b63219cb72&OrderID=T-12&CardNo=<CARD_NO_N>&Expire=<CARD_EXPIRE>&Method=1&ClientField1=DEVTEST&ClientField2=%8AJ%94%AD%83e%83X%83g&ClientField3=%23save_traded_card&ClientFieldFlag=1
82
+ string: AccessID=884f7700272f4bf83cf76b2d8aaf1632&AccessPass=8afcb6f4a3fa11a97a790aadd0a54ea2&OrderID=220214060a0684224d53144688&CardNo=<CARD_NO_N>&Expire=<CARD_EXPIRE>&Method=1&ClientField1=DEVTEST&ClientField2=%8AJ%94%AD%83e%83X%83g&ClientField3=%23save_traded_card&ClientFieldFlag=1
83
83
  headers:
84
84
  Accept:
85
85
  - application/x-www-form-urlencoded;q=1.0,*/*;q=0.5
86
86
  User-Agent:
87
- - RubyGem/GmoPayment/0.0.1
87
+ - RubyGem/GmoPayment/0.0.2
88
88
  Accept-Encoding:
89
89
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
90
90
  Content-Length:
91
- - '251'
91
+ - '273'
92
92
  Content-Type:
93
93
  - application/x-www-form-urlencoded
94
94
  response:
@@ -99,7 +99,7 @@ http_interactions:
99
99
  Server:
100
100
  - nginx
101
101
  Date:
102
- - Tue, 24 Mar 2015 12:00:05 GMT
102
+ - Mon, 28 May 2018 09:14:49 GMT
103
103
  Content-Type:
104
104
  - text/plain;charset=Windows-31J
105
105
  Transfer-Encoding:
@@ -109,29 +109,30 @@ http_interactions:
109
109
  body:
110
110
  encoding: ASCII-8BIT
111
111
  string: !binary |-
112
- QUNTPTAmT3JkZXJJRD1ULTEyJkZvcndhcmQ9MmE5OTY2MiZNZXRob2Q9MSZQ
113
- YXlUaW1lcz0mQXBwcm92ZT02NjExMjU3JlRyYW5JRD0xNTAzMjQyMTAwMTEx
114
- MTExMTExMTExODcyMzY5JlRyYW5EYXRlPTIwMTUwMzI0MjEwMDA0JkNoZWNr
115
- U3RyaW5nPTU3OGYzYzdhYzc4MWYzMDM4YTRjYzNiMGNkZDRhMzhjJkNsaWVu
116
- dEZpZWxkMT1ERVZURVNUJkNsaWVudEZpZWxkMj2KSpStg2WDWINnJkNsaWVu
117
- dEZpZWxkMz0jc2F2ZV90cmFkZWRfY2FyZA==
118
- http_version:
119
- recorded_at: Tue, 24 Mar 2015 12:00:05 GMT
112
+ QUNTPTAmT3JkZXJJRD0yMjAyMTQwNjBhMDY4NDIyNGQ1MzE0NDY4OCZGb3J3
113
+ YXJkPTJhOTk2NjImTWV0aG9kPTEmUGF5VGltZXM9JkFwcHJvdmU9NDU2MzI1
114
+ NiZUcmFuSUQ9MTgwNTI4MTgxNDExMTExMTExMTExMTg3MDg5OSZUcmFuRGF0
115
+ ZT0yMDE4MDUyODE4MTQ0OCZDaGVja1N0cmluZz1jMzJlY2Y1MmVjYjQwZmZk
116
+ MDU0ZjdmYTA3OTdmZDAzYSZDbGllbnRGaWVsZDE9REVWVEVTVCZDbGllbnRG
117
+ aWVsZDI9ikqUrYNlg1iDZyZDbGllbnRGaWVsZDM9I3NhdmVfdHJhZGVkX2Nh
118
+ cmQ=
119
+ http_version:
120
+ recorded_at: Mon, 28 May 2018 09:14:49 GMT
120
121
  - request:
121
122
  method: post
122
123
  uri: https://<API_ENDPOINT>/payment/TradedCard.idPass
123
124
  body:
124
125
  encoding: US-ASCII
125
- string: OrderID=T-12&MemberID=T-M11&SiteID=<SITE_ID>&SitePass=<SITE_PASS>&ShopID=<SHOP_ID>&ShopPass=<SHOP_PASS>
126
+ string: OrderID=220214060a0684224d53144688&MemberID=1058da9b-f4a7-4a3b-95ac-4ad59d23841d&SiteID=<SITE_ID>&SitePass=<SITE_PASS>&ShopID=<SHOP_ID>&ShopPass=<SHOP_PASS>
126
127
  headers:
127
128
  Accept:
128
129
  - application/x-www-form-urlencoded;q=1.0,*/*;q=0.5
129
130
  User-Agent:
130
- - RubyGem/GmoPayment/0.0.1
131
+ - RubyGem/GmoPayment/0.0.2
131
132
  Accept-Encoding:
132
133
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
133
134
  Content-Length:
134
- - '105'
135
+ - '158'
135
136
  Content-Type:
136
137
  - application/x-www-form-urlencoded
137
138
  response:
@@ -142,7 +143,7 @@ http_interactions:
142
143
  Server:
143
144
  - nginx
144
145
  Date:
145
- - Tue, 24 Mar 2015 12:00:05 GMT
146
+ - Mon, 28 May 2018 09:14:49 GMT
146
147
  Content-Type:
147
148
  - text/plain;charset=Windows-31J
148
149
  Transfer-Encoding:
@@ -151,7 +152,7 @@ http_interactions:
151
152
  - close
152
153
  body:
153
154
  encoding: UTF-8
154
- string: CardSeq=0&CardNo=<CARD_NO_N_MASK>&Forward=2a99662
155
- http_version:
156
- recorded_at: Tue, 24 Mar 2015 12:00:05 GMT
155
+ string: CardSeq=0&CardNo=<CARD_NO_N_MASK>&Forward=2a99662 # [FIXME]
156
+ http_version:
157
+ recorded_at: Mon, 28 May 2018 09:14:49 GMT
157
158
  recorded_with: VCR 2.9.3
@@ -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-M8&SiteID=<SITE_ID>&SitePass=<SITE_PASS>
8
+ string: MemberID=42c3dc1f-535a-453f-a752-53d117f6a61b&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:23 GMT
28
+ - Mon, 28 May 2018 09:14:50 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-M8
37
+ string: MemberID=42c3dc1f-535a-453f-a752-53d117f6a61b
38
38
  http_version:
39
- recorded_at: Tue, 24 Mar 2015 12:00:23 GMT
39
+ recorded_at: Mon, 28 May 2018 09:14:50 GMT
40
40
  - request:
41
41
  method: post
42
42
  uri: https://<API_ENDPOINT>/payment/SaveCard.idPass
43
43
  body:
44
44
  encoding: US-ASCII
45
- string: MemberID=T-M8&CardNo=<CARD_NO_N>&Expire=<CARD_EXPIRE>&SiteID=<SITE_ID>&SitePass=<SITE_PASS>
45
+ string: MemberID=42c3dc1f-535a-453f-a752-53d117f6a61b&CardNo=<CARD_NO_N>&Expire=<CARD_EXPIRE>&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
- - '88'
54
+ - '120'
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:23 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:
@@ -73,22 +73,22 @@ http_interactions:
73
73
  encoding: UTF-8
74
74
  string: CardSeq=0&CardNo=<CARD_NO_N_MASK>&Forward=2a99662
75
75
  http_version:
76
- recorded_at: Tue, 24 Mar 2015 12:00:24 GMT
76
+ recorded_at: Mon, 28 May 2018 09:14:51 GMT
77
77
  - request:
78
78
  method: post
79
79
  uri: https://<API_ENDPOINT>/payment/SearchCard.idPass
80
80
  body:
81
81
  encoding: US-ASCII
82
- string: MemberID=T-M8&SeqMode=0&SiteID=<SITE_ID>&SitePass=<SITE_PASS>
82
+ string: MemberID=42c3dc1f-535a-453f-a752-53d117f6a61b&SeqMode=0&SiteID=<SITE_ID>&SitePass=<SITE_PASS>
83
83
  headers:
84
84
  Accept:
85
85
  - application/x-www-form-urlencoded;q=1.0,*/*;q=0.5
86
86
  User-Agent:
87
- - RubyGem/GmoPayment/0.0.1
87
+ - RubyGem/GmoPayment/0.0.2
88
88
  Accept-Encoding:
89
89
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
90
90
  Content-Length:
91
- - '62'
91
+ - '94'
92
92
  Content-Type:
93
93
  - application/x-www-form-urlencoded
94
94
  response:
@@ -99,7 +99,7 @@ http_interactions:
99
99
  Server:
100
100
  - nginx
101
101
  Date:
102
- - Tue, 24 Mar 2015 12:00:24 GMT
102
+ - Mon, 28 May 2018 09:14:51 GMT
103
103
  Content-Type:
104
104
  - text/plain;charset=Windows-31J
105
105
  Transfer-Encoding:
@@ -110,5 +110,5 @@ http_interactions:
110
110
  encoding: UTF-8
111
111
  string: CardSeq=0&DefaultFlag=0&CardName=&CardNo=<CARD_NO_N_MASK>&Expire=<CARD_EXPIRE>&HolderName=&DeleteFlag=0
112
112
  http_version:
113
- recorded_at: Tue, 24 Mar 2015 12:00:24 GMT
113
+ recorded_at: Mon, 28 May 2018 09:14:51 GMT
114
114
  recorded_with: VCR 2.9.3
@@ -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-M4&MemberName=member_name&SiteID=<SITE_ID>&SitePass=<SITE_PASS>
8
+ string: MemberID=783d4475-9ad8-4715-a730-859543b13366&MemberName=member_name&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
- - '75'
17
+ - '107'
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:19 GMT
28
+ - Mon, 28 May 2018 09:15:15 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-M4
37
+ string: MemberID=783d4475-9ad8-4715-a730-859543b13366
38
38
  http_version:
39
- recorded_at: Tue, 24 Mar 2015 12:00:20 GMT
39
+ recorded_at: Mon, 28 May 2018 09:15:15 GMT
40
40
  - request:
41
41
  method: post
42
42
  uri: https://<API_ENDPOINT>/payment/SearchMember.idPass
43
43
  body:
44
44
  encoding: US-ASCII
45
- string: MemberID=T-M4&SiteID=<SITE_ID>&SitePass=<SITE_PASS>
45
+ string: MemberID=783d4475-9ad8-4715-a730-859543b13366&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:20 GMT
65
+ - Mon, 28 May 2018 09:15:15 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-M4&MemberName=member_name&DeleteFlag=0
74
+ string: MemberID=783d4475-9ad8-4715-a730-859543b13366&MemberName=member_name&DeleteFlag=0
75
75
  http_version:
76
- recorded_at: Tue, 24 Mar 2015 12:00:20 GMT
76
+ recorded_at: Mon, 28 May 2018 09:15:15 GMT
77
77
  recorded_with: VCR 2.9.3