@@ -116,16 +116,15 @@ module('Acceptance | affiliate-page | view-affiliate-referrals', function (hooks
116
116
referrer : this . server . schema . users . first ( ) ,
117
117
affiliateLink : affiliateLink ,
118
118
activatedAt : new Date ( new Date ( ) . getTime ( ) - 1000 * 60 * 60 * 24 * 7 ) , // 7 days ago
119
- status : 'pending_trial ' ,
119
+ status : 'awaiting_first_charge ' ,
120
120
} ) ;
121
121
122
122
this . server . create ( 'affiliate-referral' , {
123
123
customer : customer2 ,
124
124
referrer : this . server . schema . users . first ( ) ,
125
125
affiliateLink : affiliateLink ,
126
126
activatedAt : new Date ( new Date ( ) . getTime ( ) - 1000 * 60 * 60 * 24 * 3 ) , // 3 days ago
127
- status : 'trialing' ,
128
- upcomingPaymentAmountInCents : 59000 ,
127
+ status : 'awaiting_first_charge' ,
129
128
} ) ;
130
129
131
130
this . server . create ( 'affiliate-referral' , {
@@ -198,16 +197,15 @@ module('Acceptance | affiliate-page | view-affiliate-referrals', function (hooks
198
197
referrer : this . server . schema . users . first ( ) ,
199
198
affiliateLink : affiliateLink ,
200
199
activatedAt : new Date ( new Date ( ) . getTime ( ) - 1000 * 60 * 60 * 24 * 7 ) , // 7 days ago
201
- status : 'pending_trial ' ,
200
+ status : 'awaiting_first_charge ' ,
202
201
} ) ;
203
202
204
203
this . server . create ( 'affiliate-referral' , {
205
204
customer : customer2 ,
206
205
referrer : this . server . schema . users . first ( ) ,
207
206
affiliateLink : affiliateLink ,
208
207
activatedAt : new Date ( new Date ( ) . getTime ( ) - 1000 * 60 * 60 * 24 * 3 ) , // 3 days ago
209
- status : 'trialing' ,
210
- upcomingPaymentAmountInCents : 59000 ,
208
+ status : 'awaiting_first_charge' ,
211
209
} ) ;
212
210
213
211
this . server . create ( 'affiliate-referral' , {
@@ -278,16 +276,15 @@ module('Acceptance | affiliate-page | view-affiliate-referrals', function (hooks
278
276
referrer : this . server . schema . users . first ( ) ,
279
277
affiliateLink : affiliateLink ,
280
278
activatedAt : new Date ( new Date ( ) . getTime ( ) - 1000 * 60 * 60 * 24 * 7 ) , // 7 days ago
281
- status : 'pending_trial ' ,
279
+ status : 'awaiting_first_charge ' ,
282
280
} ) ;
283
281
284
282
this . server . create ( 'affiliate-referral' , {
285
283
customer : customer2 ,
286
284
referrer : this . server . schema . users . first ( ) ,
287
285
affiliateLink : affiliateLink ,
288
286
activatedAt : new Date ( new Date ( ) . getTime ( ) - 1000 * 60 * 60 * 24 * 3 ) , // 3 days ago
289
- status : 'trialing' ,
290
- upcomingPaymentAmountInCents : 59000 ,
287
+ status : 'awaiting_first_charge' ,
291
288
} ) ;
292
289
293
290
this . server . create ( 'affiliate-referral' , {
0 commit comments