File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -152,12 +152,14 @@ def self.mock_customer(sources, params)
152
152
sources : {
153
153
object : "list" ,
154
154
total_count : sources . size ,
155
+ has_more : false ,
155
156
url : "/v1/customers/#{ cus_id } /sources" ,
156
157
data : sources
157
158
} ,
158
159
subscriptions : {
159
160
object : "list" ,
160
161
total_count : 0 ,
162
+ has_more : false ,
161
163
url : "/v1/customers/#{ cus_id } /subscriptions" ,
162
164
data : [ ]
163
165
} ,
@@ -384,6 +386,7 @@ def self.mock_invoice(lines, params={})
384
386
lines : {
385
387
object : "list" ,
386
388
total_count : lines . count ,
389
+ has_more : false ,
387
390
url : "/v1/invoices/#{ in_id } /lines" ,
388
391
data : lines
389
392
} ,
@@ -614,6 +617,7 @@ def self.mock_recipient(cards, params={})
614
617
object : "list" ,
615
618
url : "/v1/recipients/#{ rp_id } /cards" ,
616
619
data : cards ,
620
+ has_more : false ,
617
621
total_count : cards . count
618
622
} ,
619
623
default_card : nil
You can’t perform that action at this time.
0 commit comments