Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Voucher: Finished module that generates voucher without stripe webhook #109
Voucher: Finished module that generates voucher without stripe webhook #109
Changes from all commits
e67bbb0
011bbd9
a73a76c
af9984b
128ff84
bd01eb6
b77f5a0
ad8dec1
3ce7b10
815e505
f9b35e8
d786c61
f3be427
c5d12ac
a732046
c0f8ee3
b02f559
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 29 in src/app.module.ts
Codecov / codecov/patch
src/app.module.ts#L29
Check warning on line 1 in src/modules/blog/blog.controller.ts
Codecov / codecov/patch
src/modules/blog/blog.controller.ts#L1
Check warning on line 8 in src/modules/blog/blog.controller.ts
Codecov / codecov/patch
src/modules/blog/blog.controller.ts#L8
Check warning on line 12 in src/modules/blog/blog.controller.ts
Codecov / codecov/patch
src/modules/blog/blog.controller.ts#L10-L12
Check warning on line 18 in src/modules/blog/blog.controller.ts
Codecov / codecov/patch
src/modules/blog/blog.controller.ts#L17-L18
Check warning on line 24 in src/modules/blog/blog.controller.ts
Codecov / codecov/patch
src/modules/blog/blog.controller.ts#L23-L24
Check warning on line 31 in src/modules/blog/blog.controller.ts
Codecov / codecov/patch
src/modules/blog/blog.controller.ts#L30-L31
Check warning on line 38 in src/modules/blog/blog.controller.ts
Codecov / codecov/patch
src/modules/blog/blog.controller.ts#L37-L38
Check warning on line 5 in src/modules/blog/blog.module.ts
Codecov / codecov/patch
src/modules/blog/blog.module.ts#L1-L5
Check warning on line 15 in src/modules/blog/blog.module.ts
Codecov / codecov/patch
src/modules/blog/blog.module.ts#L15
Check warning on line 3 in src/modules/blog/blog.service.ts
Codecov / codecov/patch
src/modules/blog/blog.service.ts#L1-L3
Check warning on line 6 in src/modules/blog/blog.service.ts
Codecov / codecov/patch
src/modules/blog/blog.service.ts#L6
Check warning on line 9 in src/modules/blog/blog.service.ts
Codecov / codecov/patch
src/modules/blog/blog.service.ts#L9
Check warning on line 12 in src/modules/blog/blog.service.ts
Codecov / codecov/patch
src/modules/blog/blog.service.ts#L12
Check warning on line 15 in src/modules/blog/blog.service.ts
Codecov / codecov/patch
src/modules/blog/blog.service.ts#L15
Check warning on line 19 in src/modules/blog/blog.service.ts
Codecov / codecov/patch
src/modules/blog/blog.service.ts#L19
Check warning on line 21 in src/modules/blog/blog.service.ts
Codecov / codecov/patch
src/modules/blog/blog.service.ts#L21
Check warning on line 30 in src/modules/blog/blog.service.ts
Codecov / codecov/patch
src/modules/blog/blog.service.ts#L30
Check warning on line 35 in src/modules/blog/blog.service.ts
Codecov / codecov/patch
src/modules/blog/blog.service.ts#L34-L35
Check warning on line 39 in src/modules/blog/blog.service.ts
Codecov / codecov/patch
src/modules/blog/blog.service.ts#L38-L39
Check warning on line 41 in src/modules/blog/blog.service.ts
Codecov / codecov/patch
src/modules/blog/blog.service.ts#L41
Check warning on line 49 in src/modules/blog/blog.service.ts
Codecov / codecov/patch
src/modules/blog/blog.service.ts#L49
Check warning on line 1 in src/modules/blog/dto/blog.dto.ts
Codecov / codecov/patch
src/modules/blog/dto/blog.dto.ts#L1
Check warning on line 7 in src/modules/blog/dto/blog.dto.ts
Codecov / codecov/patch
src/modules/blog/dto/blog.dto.ts#L7
Check warning on line 9 in src/modules/blog/dto/blog.dto.ts
Codecov / codecov/patch
src/modules/blog/dto/blog.dto.ts#L9
Check warning on line 13 in src/modules/blog/dto/blog.dto.ts
Codecov / codecov/patch
src/modules/blog/dto/blog.dto.ts#L13
Check warning on line 17 in src/modules/blog/dto/blog.dto.ts
Codecov / codecov/patch
src/modules/blog/dto/blog.dto.ts#L17
Check warning on line 20 in src/modules/blog/dto/blog.dto.ts
Codecov / codecov/patch
src/modules/blog/dto/blog.dto.ts#L20
Check warning on line 24 in src/modules/blog/dto/blog.dto.ts
Codecov / codecov/patch
src/modules/blog/dto/blog.dto.ts#L24
Check warning on line 3 in src/modules/blog/entities/blog.entity.ts
Codecov / codecov/patch
src/modules/blog/entities/blog.entity.ts#L1-L3
Check warning on line 6 in src/modules/blog/entities/blog.entity.ts
Codecov / codecov/patch
src/modules/blog/entities/blog.entity.ts#L6
Check warning on line 8 in src/modules/blog/entities/blog.entity.ts
Codecov / codecov/patch
src/modules/blog/entities/blog.entity.ts#L8
Check warning on line 11 in src/modules/blog/entities/blog.entity.ts
Codecov / codecov/patch
src/modules/blog/entities/blog.entity.ts#L11
Check warning on line 14 in src/modules/blog/entities/blog.entity.ts
Codecov / codecov/patch
src/modules/blog/entities/blog.entity.ts#L14
Check warning on line 17 in src/modules/blog/entities/blog.entity.ts
Codecov / codecov/patch
src/modules/blog/entities/blog.entity.ts#L17
Check warning on line 20 in src/modules/blog/entities/blog.entity.ts
Codecov / codecov/patch
src/modules/blog/entities/blog.entity.ts#L20
Check warning on line 23 in src/modules/blog/entities/blog.entity.ts
Codecov / codecov/patch
src/modules/blog/entities/blog.entity.ts#L23
Check warning on line 26 in src/modules/blog/entities/blog.entity.ts
Codecov / codecov/patch
src/modules/blog/entities/blog.entity.ts#L26
Check warning on line 3 in src/modules/comment/entities/comment.entity.ts
Codecov / codecov/patch
src/modules/comment/entities/comment.entity.ts#L1-L3
Check warning on line 6 in src/modules/comment/entities/comment.entity.ts
Codecov / codecov/patch
src/modules/comment/entities/comment.entity.ts#L6
Check warning on line 8 in src/modules/comment/entities/comment.entity.ts
Codecov / codecov/patch
src/modules/comment/entities/comment.entity.ts#L8
Check warning on line 11 in src/modules/comment/entities/comment.entity.ts
Codecov / codecov/patch
src/modules/comment/entities/comment.entity.ts#L11
Check warning on line 14 in src/modules/comment/entities/comment.entity.ts
Codecov / codecov/patch
src/modules/comment/entities/comment.entity.ts#L14
Check warning on line 17 in src/modules/comment/entities/comment.entity.ts
Codecov / codecov/patch
src/modules/comment/entities/comment.entity.ts#L17
Check warning on line 15 in src/modules/mail/mail.service.ts
Codecov / codecov/patch
src/modules/mail/mail.service.ts#L15
Check warning on line 37 in src/modules/mail/mail.service.ts
Codecov / codecov/patch
src/modules/mail/mail.service.ts#L37
Check warning on line 79 in src/modules/mail/mail.service.ts
Codecov / codecov/patch
src/modules/mail/mail.service.ts#L79
Check warning on line 52 in src/modules/smart-contract/dto/mint-voucher.dto.ts
Codecov / codecov/patch
src/modules/smart-contract/dto/mint-voucher.dto.ts#L51-L52
Check warning on line 56 in src/modules/smart-contract/dto/mint-voucher.dto.ts
Codecov / codecov/patch
src/modules/smart-contract/dto/mint-voucher.dto.ts#L56
Check warning on line 60 in src/modules/smart-contract/dto/mint-voucher.dto.ts
Codecov / codecov/patch
src/modules/smart-contract/dto/mint-voucher.dto.ts#L60
Check warning on line 64 in src/modules/smart-contract/dto/mint-voucher.dto.ts
Codecov / codecov/patch
src/modules/smart-contract/dto/mint-voucher.dto.ts#L64
Check warning on line 68 in src/modules/smart-contract/dto/mint-voucher.dto.ts
Codecov / codecov/patch
src/modules/smart-contract/dto/mint-voucher.dto.ts#L68
Check warning on line 72 in src/modules/smart-contract/dto/mint-voucher.dto.ts
Codecov / codecov/patch
src/modules/smart-contract/dto/mint-voucher.dto.ts#L72
Check warning on line 76 in src/modules/smart-contract/dto/mint-voucher.dto.ts
Codecov / codecov/patch
src/modules/smart-contract/dto/mint-voucher.dto.ts#L76