File tree Expand file tree Collapse file tree 2 files changed +20
-4
lines changed
spec/v3/services/v2_subscriptions Expand file tree Collapse file tree 2 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 196
196
'purchase_date' => '2017-11-28T00:09:59.502Z' ,
197
197
'valid_to' => '2017-12-28T00:09:59.502Z' ,
198
198
'status' => 'subscribed' ,
199
- 'active' => true
199
+ 'active' => true ,
200
+ 'total_usage' => nil ,
201
+ 'quantity_limit_charge' => nil ,
202
+ 'quantity_limit_free' => 0 ,
203
+ 'quantity_limit_type' => nil
200
204
}
201
205
} ,
202
206
{
218
222
'purchase_date' => '2017-11-28T00:09:59.502Z' ,
219
223
'valid_to' => '' ,
220
224
'status' => 'subscribed' ,
221
- 'active' => true
225
+ 'active' => true ,
226
+ 'total_usage' => nil ,
227
+ 'quantity_limit_charge' => nil ,
228
+ 'quantity_limit_free' => 0 ,
229
+ 'quantity_limit_type' => nil
222
230
}
223
231
}
224
232
] ,
Original file line number Diff line number Diff line change 170
170
'status' : 'pending' ,
171
171
'active' : false ,
172
172
'created_at' : '2017-11-28T00:09:59.502Z' ,
173
- 'updated_at' : '2017-11-28T00:09:59.502Z'
173
+ 'updated_at' : '2017-11-28T00:09:59.502Z' ,
174
+ 'total_usage' : nil ,
175
+ 'quantity_limit_charge' : nil ,
176
+ 'quantity_limit_free' : 0 ,
177
+ 'quantity_limit_type' : nil ,
174
178
}
175
179
} ] ,
176
180
'discount' => nil ,
320
324
'valid_to' => '2017-11-28T00:09:59.502Z' ,
321
325
'remaining' => 40_000 ,
322
326
'status' => 'pending' ,
323
- 'active' => false
327
+ 'active' => false ,
328
+ 'total_usage' => nil ,
329
+ 'quantity_limit_charge' => nil ,
330
+ 'quantity_limit_free' => 0 ,
331
+ 'quantity_limit_type' => nil ,
324
332
}
325
333
} ] ,
326
334
'client_secret' => 'client_secret' ,
You can’t perform that action at this time.
0 commit comments