File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ return [
82
82
DidRecover::class => [],
83
83
DidRenew::class => [],
84
84
InitialBuy::class => [],
85
- InteractionRenewal ::class => [],
85
+ InteractiveRenewal ::class => [],
86
86
PriceIncreaseConsent::class => [],
87
87
Refund::class => [],
88
88
],
Original file line number Diff line number Diff line change 7
7
use Imdhemy \Purchases \Events \AppStore \DidRecover ;
8
8
use Imdhemy \Purchases \Events \AppStore \DidRenew ;
9
9
use Imdhemy \Purchases \Events \AppStore \InitialBuy ;
10
- use Imdhemy \Purchases \Events \AppStore \InteractionRenewal ;
10
+ use Imdhemy \Purchases \Events \AppStore \InteractiveRenewal ;
11
11
use Imdhemy \Purchases \Events \AppStore \PriceIncreaseConsent ;
12
12
use Imdhemy \Purchases \Events \AppStore \Refund ;
13
13
use Imdhemy \Purchases \Events \GooglePlay \SubscriptionCanceled ;
65
65
DidRecover::class => [],
66
66
DidRenew::class => [],
67
67
InitialBuy::class => [],
68
- InteractionRenewal ::class => [],
68
+ InteractiveRenewal ::class => [],
69
69
PriceIncreaseConsent::class => [],
70
70
Refund::class => [],
71
71
],
Original file line number Diff line number Diff line change 5
5
6
6
use Imdhemy \Purchases \Events \PurchaseEvent ;
7
7
8
- class InteractionRenewal extends PurchaseEvent
8
+ class InteractiveRenewal extends PurchaseEvent
9
9
{
10
10
}
You can’t perform that action at this time.
0 commit comments