gravitee-io / issues

Gravitee.io - API Platform - Issues
65 stars 26 forks source link

Webhook notification for Subscription_Accepted event is missing "owner" details #10187

Open exalate-issue-sync[bot] opened 6 days ago

exalate-issue-sync[bot] commented 6 days ago

Steps to reproduce:

  1. Create webhook notification for a V2 API for Subscription New and Subscription Accepted events
  2. Create an API Key Plan if it doesn’t exist (make sure auto-validate subscription is turned off)
  3. Find an app and subscribe to the API Key Plan for the above API
  4. Go to Tasks and accept the subscription
  5. Check the notifications received on the webhook url used when the notifications were configured

Expected:

“owner” details should be displayed for Subscription Accepted event

Current:

“owner” details are missing for Subscription Accepted event. They are displayed on Subscription New event. Please see the screenshots

This happens on 4.4.x, 4.5.x and 4.6.0 versions.