Skip to content

Commit

Permalink
fix: v2 booking confirmation emails not sent (calcom#17764)
Browse files Browse the repository at this point in the history
* fix: round robin recurring don't send email if noEmail

* fix: noEmail: false for non platform requests

* fix: booking e2e tests

* refactor: move bookings e2e tests in folder and uniform name

* test: emails

* test: team emails

* reschedule and cancel emails with api key

* test: round robin reassign emails

* test: confirm and decline emails

* test: confirm and decline emails

* fix tests

* test: recurring booking emails

* remove unused imports and spies

* fix test

* remove log

* chore: bump libraries

* try to fix ci tests
  • Loading branch information
supalarry authored Nov 22, 2024
1 parent 8e7ce12 commit 9fa73ac
Show file tree
Hide file tree
Showing 34 changed files with 2,544 additions and 358 deletions.
2 changes: 1 addition & 1 deletion apps/api/v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@axiomhq/winston": "^1.2.0",
"@calcom/platform-constants": "*",
"@calcom/platform-enums": "*",
"@calcom/platform-libraries": "npm:@calcom/[email protected].62",
"@calcom/platform-libraries": "npm:@calcom/[email protected].63",
"@calcom/platform-libraries-0.0.2": "npm:@calcom/[email protected]",
"@calcom/platform-types": "*",
"@calcom/platform-utils": "*",
Expand Down

This file was deleted.

Loading

0 comments on commit 9fa73ac

Please sign in to comment.