Logo
Explore Help
Sign In
ankhbayar/Assist_Design
1
0
Fork 0
You've already forked Assist_Design
Code Issues Pull Requests Actions 3 Packages Projects Releases Wiki Activity
Assist_Design/apps/bff/src/vendors/freebit/freebit.module.ts

9 lines
205 B
TypeScript
Raw Normal View History

Refactor code for improved readability and consistency across components - Standardized import statements and formatting in various files for better code clarity. - Enhanced error messages and logging for improved debugging and user experience. - Adjusted whitespace and line breaks in multiple components to follow best practices. - Updated environment variable handling and configuration for consistency across services.
2025-09-09 15:45:03 +09:00
import { Module } from "@nestjs/common";
import { FreebititService } from "./freebit.service";
Enhance SIM management features and order details - Added new environment variables for Freebit API configuration in env.validation.ts. - Updated OrderOrchestrator to include unit price, total price, and billing cycle in order item details. - Expanded SubscriptionsController with new SIM management endpoints for debugging, retrieving details, usage, top-ups, plan changes, cancellations, and eSIM reissues. - Integrated SimManagementService into SubscriptionsModule and SubscriptionsController. - Updated OrdersPage and SubscriptionDetailPage to display additional order item information and conditionally render SIM management sections.
2025-09-04 18:34:28 +09:00
@Module({
providers: [FreebititService],
exports: [FreebititService],
})
export class FreebititModule {}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.7 Page: 54ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API