unable to find method in class. method name validatePlayPurchase

Hello, I’m using android backendless 4.0.0-beta4 and trying to verify in app purchases, but i’m receiving an error: BackendlessFault{ code: ‘Server.Processing’, message: ‘unable to find method in class. method name validatePlayPurchase’, detail: ‘unable to find method in class. method name validatePlayPurchase’ }

Where is the problem?

I’m using Backendless.Commerce.validatePlayPurchase(purchase.packageName, purchase.sku, purchase.token, AsyncCallback<GooglePlayPurchaseStatus>)
And getting this error in handleFault method

Hello,

It is a problem in the SDK. I created an internal ticket (BKNDLSS-14950), we will have it fixed shortly.

Regards,
Mark

Thanks, I’m looking forward to see it.