-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
devhoangkien
committed
Dec 4, 2023
1 parent
b0e3d48
commit f39d786
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule bune-base
updated
19 files
+2 −2 | .env | |
+2 −0 | .gitignore | |
+ − | bun.lockb | |
+11,824 −0 | package-lock.json | |
+2 −2 | package.json | |
+31 −0 | prisma/migrations/20231204045728_initial/migration.sql | |
+16 −2 | prisma/schema.prisma | |
+19 −3 | schema.graphql | |
+0 −6 | scripts/seed.ts | |
+2 −2 | src/app.module.ts | |
+2 −2 | src/common/constants/errors.ts | |
+2 −3 | src/main.ts | |
+0 −0 | src/payments/base/args/CreatePaymentArgs.ts | |
+48 −0 | src/payments/base/input/CreatePaymentInput.ts | |
+56 −0 | src/payments/payment.entity.ts | |
+10 −0 | src/payments/payment.module.ts | |
+35 −0 | src/payments/payment.resolver.ts | |
+27 −0 | src/payments/payment.service.ts | |
+6,286 −0 | yarn.lock |
Submodule bune-payment
updated
36 files