Skip to content

Commit

Permalink
(PC-0000)[BO] fix: ceci est un test et cette PR sera bientot supprimé
Browse files Browse the repository at this point in the history
  • Loading branch information
blbpro committed Sep 19, 2024
1 parent b4bbbdc commit 3c079a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/src/pcapi/core/offers/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -944,6 +944,7 @@ def _delete_stock(stock: models.Stock, author_id: int | None = None, user_connec
transactional_mails.send_booking_cancellation_by_pro_to_beneficiary_email(booking)
transactional_mails.send_booking_cancellation_confirmation_by_pro_email(cancelled_bookings)

print("ceci est un test j'ajoute juste quelque chose pour voir")
push_notification_job.send_cancel_booking_notification.delay([booking.id for booking in cancelled_bookings])
search.async_index_offer_ids(
[stock.offerId],
Expand Down

0 comments on commit 3c079a3

Please sign in to comment.