Skip to content

Commit f1bac31

Browse files
committed
Fix #16
1 parent 3cd1ab5 commit f1bac31

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ return [
8282
DidRecover::class => [],
8383
DidRenew::class => [],
8484
InitialBuy::class => [],
85-
InteractionRenewal::class => [],
85+
InteractiveRenewal::class => [],
8686
PriceIncreaseConsent::class => [],
8787
Refund::class => [],
8888
],

config/purchase.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
use Imdhemy\Purchases\Events\AppStore\DidRecover;
88
use Imdhemy\Purchases\Events\AppStore\DidRenew;
99
use Imdhemy\Purchases\Events\AppStore\InitialBuy;
10-
use Imdhemy\Purchases\Events\AppStore\InteractionRenewal;
10+
use Imdhemy\Purchases\Events\AppStore\InteractiveRenewal;
1111
use Imdhemy\Purchases\Events\AppStore\PriceIncreaseConsent;
1212
use Imdhemy\Purchases\Events\AppStore\Refund;
1313
use Imdhemy\Purchases\Events\GooglePlay\SubscriptionCanceled;
@@ -65,7 +65,7 @@
6565
DidRecover::class => [],
6666
DidRenew::class => [],
6767
InitialBuy::class => [],
68-
InteractionRenewal::class => [],
68+
InteractiveRenewal::class => [],
6969
PriceIncreaseConsent::class => [],
7070
Refund::class => [],
7171
],

src/Events/AppStore/InteractionRenewal.php renamed to src/Events/AppStore/InteractiveRenewal.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55

66
use Imdhemy\Purchases\Events\PurchaseEvent;
77

8-
class InteractionRenewal extends PurchaseEvent
8+
class InteractiveRenewal extends PurchaseEvent
99
{
1010
}

0 commit comments

Comments
 (0)