In case you are overriding the default handlers, you should update the event factory class.
- The handlers now use a single event factory to create events. The
EventFactory
class which implements\Imdhemy\Purchases\Contracts\EventFactory
is responsible for creating events.- The
Imdhemy\Purchases\Events\AppStore\EventFactory
class has been removed. UseImdhemy\Purchases\Events\EventFactory
instead. - The
Imdhemy\Purchases\Events\GooglePlay\EventFactory
class has been removed. UseImdhemy\Purchases\Events\EventFactory
instead.
- The
The rule class \Imdhemy\Purchases\Http\Rules\ValidReceipt
has been removed.