Skip to content

Commit e002433

Browse files
refactor(billing): rename files to follow billing.* naming convention
1 parent 09d21da commit e002433

4 files changed

Lines changed: 1 addition & 1 deletion

File tree

modules/billing/models/subscription.model.mongoose.js renamed to modules/billing/models/billing.subscription.model.mongoose.js

File renamed without changes.
File renamed without changes.

modules/billing/repositories/subscription.repository.js renamed to modules/billing/repositories/billing.subscription.repository.js

File renamed without changes.

modules/billing/tests/billing.unit.tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Module dependencies.
33
*/
4-
import schema from '../models/subscription.schema.js';
4+
import schema from '../models/billing.subscription.schema.js';
55

66
/**
77
* Unit tests

0 commit comments

Comments
 (0)