youknowone / itunes-iap

Apple iTunes In-app purchase verification tool
http://itunes-iap.readthedocs.io
Other
136 stars 50 forks source link

Aioverify error #66

Open xiaohange opened 1 year ago

xiaohange commented 1 year ago

response = await itunesiap.aioverify(receipt, env=itunesiap.env.review, password="xxx")

               ^
SyntaxError: 'await' outside function

How can I solve this error?