Closed jankremlacek closed 2 years ago
There is just a mistake in the ReceiverManager on the postmark driver. The method ends with Provider instead of Driver. This fixes it.
ReceiverManager
postmark
Provider
Driver
The test is included in the fix.
There is just a mistake in the
ReceiverManager
on thepostmark
driver. The method ends withProvider
instead ofDriver
. This fixes it.The test is included in the fix.