Update logging and return statements in billing services

The commit modifies the logging level in the billing services from 'error' to 'info'. Moreover, the error statement has been modified to clarify that the subscription cancellation has possibly been done by the user. Also, it reduces redundant imports and beefs up the return structure in stripe-billing-strategy.service.
This commit is contained in:
giancarlo
2024-05-15 11:28:37 +07:00
parent 6fb315cc85
commit 09c24346a6
14 changed files with 182 additions and 113 deletions

View File

@@ -9,7 +9,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"@hookform/resolvers": "^3.4.0",
"@radix-ui/react-accordion": "1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-avatar": "^1.0.4",
@@ -41,7 +41,7 @@
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@radix-ui/react-icons": "^1.3.0",
"@tanstack/react-table": "^8.17.0",
"@tanstack/react-table": "^8.17.3",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"class-variance-authority": "^0.7.0",