You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BREAKING: Added provideSubscriptionTypeItemPriceOptions method to RequestFormDataProviderInterface. remp/crm#3028
You need to add provideSubscriptionTypeItemPriceOptions method, to all of your implementations of RequestFormDataProviderInterface. Method should return at least empty array. For more information on usage, consult: RequestFormDataProviderInterface->provideSubscriptionTypeItemPriceOptions phpdoc.
Added new event FamilyRequestAcceptedEvent emitted after the request donation. remp/respekt#133