Rejeesh Gangadharan
03/02/2022, 9:19 AMuglyog
Failed to invoke provider method 'verifyMessageforOrder'
means that the Pact framework tried to call your function and an exception was raised. A lot of the time it is because something is not correct in the function being called (like using a null variable). You need to look at your log output (set at debug level), and then look at the cause of the exception.Rejeesh Gangadharan
03/09/2022, 1:25 PM