Getting transaction_id as an identifier instead of original_transaciton_id in Appstore #77
bishwadeep
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi @bishwadeep You can use the Fun fact: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey mate,
Thank you for all the works you have done. It is really saving everyones time a lot.
Is there a way I can use transaction_id instead of original_transaction_id as an identifier?
I could not see any functions that I can use to get the transaciton_id in AppStoreSubscription.php. The function is in ReceiptInfo.php
/** * @return string */ public function getTransactionId(): string { return $this->transactionId; }
Is there any way I can call it on the Listeners?
Beta Was this translation helpful? Give feedback.
All reactions