fix(billing): track cloud payment attribution

This commit is contained in:
Sojan Jose
2026-04-28 23:11:04 +05:30
parent bfdd5d2642
commit 60aac8d731
13 changed files with 272 additions and 108 deletions
@@ -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'
);
});