PeterStaev / nativescript-purchase

:moneybag: A NativeScript plugin for making in-app purchases!
Apache License 2.0
82 stars 28 forks source link

update readme #63

Closed anki247 closed 5 years ago

anki247 commented 5 years ago

In case of TransactionState.Restored on android - as far as I see - the Transaction object has just 2 filled properties originalTransaction and transactionState.

anki247 commented 5 years ago

Done. Yes this is caused by my VSC user setting "files.trimTrailingWhitespace": true, Maybe it would be good to set it to false in .vscode/setting.json, if not desired?

PeterStaev commented 5 years ago

Actually this setting is nowhere to be found in the report. So it must be in your user settings 😃

This is now merged. Thanks for your contribution!