set auto_consume error

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By TobiLa

Hey,

I get a lot of crash reports from google play with the following crashlog:

java.lang.NullPointerException: 
 
  at org.godotengine.godot.GodotPaymentV3.setAutoConsume (GodotPaymentV3.java:180)
 
  at org.godotengine.godot.GodotLib.step (Native Method)
 
  at org.godotengine.godot.GodotRenderer.onDrawFrame (GodotRenderer.java:51)
 
  at android.opengl.GLSurfaceView$GLThread.guardedRun (GLSurfaceView.java:1573)
 
  at android.opengl.GLSurfaceView$GLThread.run (GLSurfaceView.java:1272)

I didn’t experience the issue myself, is there something anyone can read from this?