We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 45b0d44 + d96d74b commit c3f8298Copy full SHA for c3f8298
src/Contracts/SubscriptionContract.php
@@ -3,6 +3,7 @@
3
namespace Imdhemy\Purchases\Contracts;
4
5
use Imdhemy\AppStore\Receipts\ReceiptResponse;
6
+use Imdhemy\AppStore\ServerNotifications\V2DecodedPayload;
7
use Imdhemy\GooglePlay\Subscriptions\SubscriptionPurchase;
8
use Imdhemy\Purchases\ValueObjects\Time;
9
@@ -38,7 +39,7 @@ public function getProvider(): string;
38
39
public function getUniqueIdentifier(): string;
40
41
/**
- * @return mixed|SubscriptionPurchase|ReceiptResponse
42
+ * @return mixed|SubscriptionPurchase|ReceiptResponse|V2DecodedPayload
43
*/
44
public function getProviderRepresentation();
45
}
0 commit comments