(customerId = 'cus_1')
| 158 | } |
| 159 | |
| 160 | function buildPersonalSelectChain(customerId = 'cus_1') { |
| 161 | return buildSelectChain([ |
| 162 | { |
| 163 | currentPeriodCost: '0', |
| 164 | proPeriodCostSnapshot: '0', |
| 165 | proPeriodCostSnapshotAt: null, |
| 166 | lastPeriodCost: '0', |
| 167 | stripeCustomerId: customerId, |
| 168 | }, |
| 169 | ]) |
| 170 | } |
| 171 | |
| 172 | function buildPersonalSnapshotSelectChain({ |
| 173 | currentPeriodCost = '0', |
no test coverage detected