Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/complete tests for subscription #292

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

tomivm
Copy link
Collaborator

@tomivm tomivm commented Apr 28, 2023

close #291

@@ -380,10 +380,11 @@ async function createTransaction(req, res) {
});
}
const transaction = subscriber.transaction;
const id = (transaction.platform === 'android-playstore' && transaction.nativePurchase.productId) || (transaction.platform === 'paypal' && transaction.products[0].id);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is a logical operation, it will always return false or true, but never the id

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Complete tests for subscription feature
2 participants