fix(billing): track cloud payment attribution
This commit is contained in:
@@ -42,10 +42,7 @@ describe('#enterpriseAccountAPI', () => {
|
||||
it('#subscription', () => {
|
||||
accountAPI.subscription();
|
||||
expect(axiosMock.post).toHaveBeenCalledWith(
|
||||
'/enterprise/api/v1/subscription',
|
||||
{
|
||||
billing_attribution: { visitor_id: undefined, session_id: undefined },
|
||||
}
|
||||
'/enterprise/api/v1/subscription'
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user