PeterStaev / nativescript-purchase

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

class Transaction missing public error: any; #75

Closed Ianc22 closed 5 years ago

Ianc22 commented 5 years ago

Hi Peter,

We have to update transactions,d,ts and include the error prop as the build fails otherwise stating that transaction.error does not exist. Can you please fix it when you get a minute?

Thanks in advance,

Ian

PeterStaev commented 5 years ago

Hey @Ianc22 , the Transaction object does not have any error property.

Ianc22 commented 5 years ago

Hey Peter, right thanks for the heads up! My colleague implemented the code, just looked at it. checking error on the transaction. I'll remove that bit of code then. Sorry for the false alarm!