-
Notifications
You must be signed in to change notification settings - Fork 0
/
log2.txt
260 lines (184 loc) · 13.4 KB
/
log2.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
NEW ACCOUNT
Authorize result --> {"user_id":668534,"access_token":"aea4c7e52d6e6bebdb82cd2f8f6dc5c4108163f05a9dcb1f3cb126e44ff59f6e","token_type":"BEARER"}
key --> user_id=>668534
key --> access_token=>aea4c7e52d6e6bebdb82cd2f8f6dc5c4108163f05a9dcb1f3cb126e44ff59f6e
key --> token_type=>BEARER
668534 => aea4c7e52d6e6bebdb82cd2f8f6dc5c4108163f05a9dcb1f3cb126e44ff59f6e => BEARER
https://stage.wepayapi.com/v2/account/create
PAYMENT result --> {"account_id":1205039,"account_uri":"https:\/\/stage.wepay.com\/account\/1205039"}
key --> account_id=>1205039
key --> account_uri=>https://stage.wepay.com/account/1205039
CHECKOUT result --> {"checkout_id":301583,"checkout_uri":"https:\/\/stage.wepay.com\/api\/checkout\/301583\/ebfbeb48"}
key --> checkout_id=>301583
key --> checkout_uri=>https://stage.wepay.com/api/checkout/301583/ebfbeb48
NEW ACCOUNT
Authorize result --> {"user_id":1541012,"access_token":"148d5120990ed8e580d1beae306383392b00db454742b0a5ab86a171dba22100","token_type":"BEARER"}
key --> user_id=>1541012
key --> access_token=>148d5120990ed8e580d1beae306383392b00db454742b0a5ab86a171dba22100
key --> token_type=>BEARER
1541012 => 148d5120990ed8e580d1beae306383392b00db454742b0a5ab86a171dba22100 => BEARER
https://stage.wepayapi.com/v2/account/create
PAYMENT result --> {"account_id":1520636,"account_uri":"https:\/\/stage.wepay.com\/account\/1520636"}
key --> account_id=>1520636
key --> account_uri=>https://stage.wepay.com/account/1520636
CHECKOUT result --> {"checkout_id":1073956,"checkout_uri":"https:\/\/stage.wepay.com\/api\/checkout\/1073956\/a4771873"}
key --> checkout_id=>1073956
key --> checkout_uri=>https://stage.wepay.com/api/checkout/1073956/a4771873
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
NEW ACCOUNT
Authorize result --> {"user_id":1230768,"access_token":"bf2f6009d904e6bdc52218506eac86b3017b7336f2d17d756d46447e20c03236","token_type":"BEARER"}
key --> user_id=>1230768
key --> access_token=>bf2f6009d904e6bdc52218506eac86b3017b7336f2d17d756d46447e20c03236
key --> token_type=>BEARER
1230768 => bf2f6009d904e6bdc52218506eac86b3017b7336f2d17d756d46447e20c03236 => BEARER
https://stage.wepayapi.com/v2/account/create
PAYMENT result --> {"account_id":980514,"account_uri":"https:\/\/stage.wepay.com\/account\/980514"}
key --> account_id=>980514
key --> account_uri=>https://stage.wepay.com/account/980514
CHECKOUT result --> {"checkout_id":1594207,"checkout_uri":"https:\/\/stage.wepay.com\/api\/checkout\/1594207\/7ab3bf02"}
key --> checkout_id=>1594207
key --> checkout_uri=>https://stage.wepay.com/api/checkout/1594207/7ab3bf02
USER SEARCH result --> {"user_id":1230768,"first_name":"[email protected]","last_name":"","email":"[email protected]","state":"registered"}
key --> user_id=>1230768
key --> first_name=>[email protected]
key --> last_name=>
key --> email=>[email protected]
key --> state=>registered
INSERT WEPAY QUERY --> INSERT INTO `bhleague`.`wepay_accounts` SET wepay_user_id='1230768',wepay_access_token='bf2f6009d904e6bdc52218506eac86b3017b7336f2d17d756d46447e20c03236',wepay_token_type='BEARER',
wepay_account_id='980514',wepay_account_uri='https://stage.wepay.com/account/980514',wepay_checkout_id='1594207',wepay_checkout_uri='https://stage.wepay.com/api/checkout/1594207/7ab3bf02',first_name='[email protected]',last_name='',wepay_email='[email protected]'
NEW ACCOUNT
THANK YOU QUERY 1--> SELECT * from `bhleague`.`wepay_accounts` where wepay_checkout_id ='1594207'
THANK YOU QUERY 2--> SELECT `id`,player_fname,player_lname,email from `bhleague`.`players` where (player_fname='' AND player_lname ='[email protected]') OR email ='[email protected]' LIMIT 1
THANK YOU UPDATE QUERY 1--> UPDATE `bhleague`.`wepay_accounts` SET player_id ='119',first_name ='lester',last_name='canlas' WHERE id =12
THANK YOU UPDATE QUERY 3--> UPDATE `bhleague`.`players` SET status = 1 WHERE id =119
NEW ACCOUNT
Authorize result --> {"user_id":1541012,"access_token":"773137aeb237b0ad2cd736efdd81c28b7f05225a5998d9803d6fdc8e15f62574","token_type":"BEARER"}
key --> user_id=>1541012
key --> access_token=>773137aeb237b0ad2cd736efdd81c28b7f05225a5998d9803d6fdc8e15f62574
key --> token_type=>BEARER
1541012 => 773137aeb237b0ad2cd736efdd81c28b7f05225a5998d9803d6fdc8e15f62574 => BEARER
https://stage.wepayapi.com/v2/account/create
PAYMENT result --> {"account_id":147945,"account_uri":"https:\/\/stage.wepay.com\/account\/147945"}
key --> account_id=>147945
key --> account_uri=>https://stage.wepay.com/account/147945
CHECKOUT result --> {"checkout_id":1911383,"checkout_uri":"https:\/\/stage.wepay.com\/api\/checkout\/1911383\/879eec83"}
key --> checkout_id=>1911383
key --> checkout_uri=>https://stage.wepay.com/api/checkout/1911383/879eec83
USER SEARCH result --> {"user_id":1541012,"first_name":"rainier","last_name":"lee","email":"[email protected]","state":"registered"}
key --> user_id=>1541012
key --> first_name=>rainier
key --> last_name=>lee
key --> email=>[email protected]
key --> state=>registered
INSERT WEPAY QUERY --> INSERT INTO `bhleague`.`wepay_accounts` SET wepay_user_id='1541012',wepay_access_token='773137aeb237b0ad2cd736efdd81c28b7f05225a5998d9803d6fdc8e15f62574',wepay_token_type='BEARER',
wepay_account_id='147945',wepay_account_uri='https://stage.wepay.com/account/147945',wepay_checkout_id='1911383',wepay_checkout_uri='https://stage.wepay.com/api/checkout/1911383/879eec83',first_name='rainier',last_name='lee',wepay_email='[email protected]'
NEW ACCOUNT
THANK YOU QUERY 1--> SELECT * from `bhleague`.`wepay_accounts` where wepay_checkout_id ='1911383'
THANK YOU QUERY 2--> SELECT `id`,player_fname,player_lname,email from `bhleague`.`players` where (player_fname='lee' AND player_lname ='rainier') OR email ='[email protected]' LIMIT 1
THANK YOU UPDATE QUERY 1--> UPDATE `bhleague`.`wepay_accounts` SET player_id ='114',first_name ='rainier',last_name='lee' WHERE id =13
THANK YOU UPDATE QUERY 3--> UPDATE `bhleague`.`players` SET status = 1 WHERE id =114
NEW ACCOUNT
THANK YOU QUERY 1--> SELECT * from `bhleague`.`wepay_accounts` where wepay_checkout_id ='1911383'
THANK YOU QUERY 2--> SELECT `id`,player_fname,player_lname,email,league from `bhleague`.`players` where (player_fname='lee' AND player_lname ='rainier') OR email ='[email protected]' LIMIT 1
THANK YOU UPDATE QUERY 1--> UPDATE `bhleague`.`wepay_accounts` SET player_id ='114',first_name ='rainier',last_name='lee' WHERE id =13
THANK YOU UPDATE QUERY 3--> UPDATE `bhleague`.`players` SET status = 1 WHERE id =114
NEW ACCOUNT
THANK YOU QUERY 1--> SELECT * from `bhleague`.`wepay_accounts` where wepay_checkout_id ='1911383'
THANK YOU QUERY 2--> SELECT `id`,player_fname,player_lname,email,league from `bhleague`.`players` where (player_fname='lee' AND player_lname ='rainier') OR email ='[email protected]' LIMIT 1
THANK YOU UPDATE QUERY 1--> UPDATE `bhleague`.`wepay_accounts` SET player_id ='114',first_name ='rainier',last_name='lee' WHERE id =13
THANK YOU UPDATE QUERY 3--> UPDATE `bhleague`.`players` SET status = 1 WHERE id =114
NEW ACCOUNT
Authorize result --> {"user_id":9765283,"access_token":"52267d7db34d0093bd51b494a78eb72b03494f231e676fc1daff2d59a9e51868","token_type":"BEARER"}
key --> user_id=>9765283
key --> access_token=>52267d7db34d0093bd51b494a78eb72b03494f231e676fc1daff2d59a9e51868
key --> token_type=>BEARER
9765283 => 52267d7db34d0093bd51b494a78eb72b03494f231e676fc1daff2d59a9e51868 => BEARER
https://wepayapi.com/v2/account/create
PAYMENT result --> {"error":"access_denied","error_description":"a valid access_token is required"}
key --> error=>access_denied
key --> error_description=>a valid access_token is required
CHECKOUT result --> {"error":"invalid_request","error_description":"account_id parameter is required"}
key --> error=>invalid_request
key --> error_description=>account_id parameter is required
USER SEARCH result --> {"user_id":9765283,"first_name":"[email protected]","last_name":"","email":"[email protected]","state":"registered"}
key --> user_id=>9765283
key --> first_name=>[email protected]
key --> last_name=>
key --> email=>[email protected]
key --> state=>registered
INSERT WEPAY QUERY --> INSERT INTO `bhleague`.`wepay_accounts` SET wepay_user_id='9765283',wepay_access_token='52267d7db34d0093bd51b494a78eb72b03494f231e676fc1daff2d59a9e51868',wepay_token_type='BEARER',
wepay_account_id='',wepay_account_uri='',wepay_checkout_id='',wepay_checkout_uri='',first_name='[email protected]',last_name='',wepay_email='[email protected]'
NEW ACCOUNT
Authorize result --> {"user_id":9765283,"access_token":"f2339eaacc97535b782046eda1e72dd764f7e88abbfe7d2bdc6213e18aa3ccf0","token_type":"BEARER"}
key --> user_id=>9765283
key --> access_token=>f2339eaacc97535b782046eda1e72dd764f7e88abbfe7d2bdc6213e18aa3ccf0
key --> token_type=>BEARER
9765283 => f2339eaacc97535b782046eda1e72dd764f7e88abbfe7d2bdc6213e18aa3ccf0 => BEARER
https://wepayapi.com/v2/account/create
PAYMENT result --> {"account_id":1108207,"account_uri":"https:\/\/www.wepay.com\/account\/1108207"}
key --> account_id=>1108207
key --> account_uri=>https://www.wepay.com/account/1108207
CHECKOUT result --> {"checkout_id":1264396,"checkout_uri":"https:\/\/www.wepay.com\/api\/checkout\/1264396\/d73725ec"}
key --> checkout_id=>1264396
key --> checkout_uri=>https://www.wepay.com/api/checkout/1264396/d73725ec
USER SEARCH result --> {"user_id":9765283,"first_name":"[email protected]","last_name":"","email":"[email protected]","state":"registered"}
key --> user_id=>9765283
key --> first_name=>[email protected]
key --> last_name=>
key --> email=>[email protected]
key --> state=>registered
INSERT WEPAY QUERY --> INSERT INTO `bhleague`.`wepay_accounts` SET wepay_user_id='9765283',wepay_access_token='f2339eaacc97535b782046eda1e72dd764f7e88abbfe7d2bdc6213e18aa3ccf0',wepay_token_type='BEARER',
wepay_account_id='1108207',wepay_account_uri='https://www.wepay.com/account/1108207',wepay_checkout_id='1264396',wepay_checkout_uri='https://www.wepay.com/api/checkout/1264396/d73725ec',first_name='[email protected]',last_name='',wepay_email='[email protected]'
NEW ACCOUNT
Authorize result --> {"user_id":9598291,"access_token":"d743efa6e6a08e6a744bce9a802e8b5a63c6cd9133dc40666dbab30bf799472a","token_type":"BEARER"}
key --> user_id=>9598291
key --> access_token=>d743efa6e6a08e6a744bce9a802e8b5a63c6cd9133dc40666dbab30bf799472a
key --> token_type=>BEARER
9598291 => d743efa6e6a08e6a744bce9a802e8b5a63c6cd9133dc40666dbab30bf799472a => BEARER
https://wepayapi.com/v2/account/create
PAYMENT result --> {"account_id":136565,"account_uri":"https:\/\/www.wepay.com\/account\/136565"}
key --> account_id=>136565
key --> account_uri=>https://www.wepay.com/account/136565
CHECKOUT result --> {"checkout_id":3231002,"checkout_uri":"https:\/\/www.wepay.com\/api\/checkout\/3231002\/9dba7145"}
key --> checkout_id=>3231002
key --> checkout_uri=>https://www.wepay.com/api/checkout/3231002/9dba7145
USER SEARCH result --> {"user_id":9598291,"first_name":"Ari","last_name":"Afshar","email":"[email protected]","state":"registered"}
key --> user_id=>9598291
key --> first_name=>Ari
key --> last_name=>Afshar
key --> email=>[email protected]
key --> state=>registered
INSERT WEPAY QUERY --> INSERT INTO `bhleague`.`wepay_accounts` SET wepay_user_id='9598291',wepay_access_token='d743efa6e6a08e6a744bce9a802e8b5a63c6cd9133dc40666dbab30bf799472a',wepay_token_type='BEARER',
wepay_account_id='136565',wepay_account_uri='https://www.wepay.com/account/136565',wepay_checkout_id='3231002',wepay_checkout_uri='https://www.wepay.com/api/checkout/3231002/9dba7145',first_name='Ari',last_name='Afshar',wepay_email='[email protected]'
NEW ACCOUNT
Authorize result --> {"user_id":9598291,"access_token":"fb1ba9d1df607a008ecb9aafe905ce308ca98f5edd1e3cf85ca6fcf29daefc7c","token_type":"BEARER"}
key --> user_id=>9598291
key --> access_token=>fb1ba9d1df607a008ecb9aafe905ce308ca98f5edd1e3cf85ca6fcf29daefc7c
key --> token_type=>BEARER
9598291 => fb1ba9d1df607a008ecb9aafe905ce308ca98f5edd1e3cf85ca6fcf29daefc7c => BEARER
https://wepayapi.com/v2/account/create
PAYMENT result --> {"account_id":1269964,"account_uri":"https:\/\/www.wepay.com\/account\/1269964"}
key --> account_id=>1269964
key --> account_uri=>https://www.wepay.com/account/1269964
CHECKOUT result --> {"checkout_id":822075,"checkout_uri":"https:\/\/www.wepay.com\/api\/checkout\/822075\/8911b2d7"}
key --> checkout_id=>822075
key --> checkout_uri=>https://www.wepay.com/api/checkout/822075/8911b2d7
USER SEARCH result --> {"user_id":9598291,"first_name":"Ari","last_name":"Afshar","email":"[email protected]","state":"registered"}
key --> user_id=>9598291
key --> first_name=>Ari
key --> last_name=>Afshar
key --> email=>[email protected]
key --> state=>registered
INSERT WEPAY QUERY --> INSERT INTO `bhleague`.`wepay_accounts` SET wepay_user_id='9598291',wepay_access_token='fb1ba9d1df607a008ecb9aafe905ce308ca98f5edd1e3cf85ca6fcf29daefc7c',wepay_token_type='BEARER',
wepay_account_id='1269964',wepay_account_uri='https://www.wepay.com/account/1269964',wepay_checkout_id='822075',wepay_checkout_uri='https://www.wepay.com/api/checkout/822075/8911b2d7',first_name='Ari',last_name='Afshar',wepay_email='[email protected]'
NEW ACCOUNT
NEW ACCOUNT
NEW ACCOUNT
NEW ACCOUNT
NEW ACCOUNT
NEW ACCOUNT
NEW ACCOUNT
NEW ACCOUNT
NEW ACCOUNT
NEW ACCOUNT
NEW ACCOUNT