cafebazaar / Poolakey

Android In-App Billing SDK for Cafe Bazaar App Store
Apache License 2.0
71 stars 22 forks source link

Set connectionFailed to Print error log by default. #18

Open DHosseiny opened 4 years ago

DHosseiny commented 4 years ago

Desirable behavior is to see error log when something unexpectedly happened.

PHELAT commented 4 years ago

Thank you for your contribution on this project.
It would be much nicer if user could turn off this default behavior using a flag, perhaps inside PaymentConfiguration class you could add a flag for this purpose. Also, it's much preferred to have this behavior throughout the library and not just for connectionFailed callback.