Describe the bug
Postie is not triggering this EVENT_BEFORE_FETCH_RATES event when a cart is marked as completed to transition into order. Line vendor/verbb/postie/src/base/Provider.php:515 is not being reached because Postie does not see our plugin's EVENT_BEFORE_FETCH_RATES handler.

This is our code where we have define our EVENT_BEFORE_FETCH_RATES handler and it is being triggered whenever any order is being updated (but not when a cart is marked as completed):

Steps to reproduce
- Define Define
EVENT_BEFORE_FETCH_RATES in custom plugin based on https://verbb.io/craft-plugins/postie/docs/developers/events#the-beforeFetchRates-event example
- Start creating a new Order through CP
- Press "Mark as completed"
- Notice that
EVENT_BEFORE_FETCH_RATES is not triggered
- Re-save the same order and notice that
EVENT_BEFORE_FETCH_RATES is triggered
Craft CMS version
Craft Pro 5.3.4
Plugin version
dev-craft-5
Multi-site?
Yes
Additional context
No response
Describe the bug
Postie is not triggering this
EVENT_BEFORE_FETCH_RATESevent when a cart is marked as completed to transition into order. Line vendor/verbb/postie/src/base/Provider.php:515 is not being reached because Postie does not see our plugin'sEVENT_BEFORE_FETCH_RATEShandler.This is our code where we have define our EVENT_BEFORE_FETCH_RATES handler and it is being triggered whenever any order is being updated (but not when a cart is marked as completed):
Steps to reproduce
EVENT_BEFORE_FETCH_RATESin custom plugin based on https://verbb.io/craft-plugins/postie/docs/developers/events#the-beforeFetchRates-event exampleEVENT_BEFORE_FETCH_RATESis not triggeredEVENT_BEFORE_FETCH_RATESis triggeredCraft CMS version
Craft Pro 5.3.4
Plugin version
dev-craft-5
Multi-site?
Yes
Additional context
No response