dooboolab-community / flutter_inapp_purchase

(Sun Rised!) Flutter plugin for In App Purchase.
MIT License
549 stars 235 forks source link

Fixed consumable product purchase on Android #420

Closed 33-Elephants closed 1 year ago

33-Elephants commented 1 year ago

For consumable items field "subscriptionOfferDetails" is always null therefore null pointer exception is always thrown in this method

codecov[bot] commented 1 year ago

Codecov Report

Merging #420 (fe38344) into main (33b69ea) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #420   +/-   ##
=======================================
  Coverage   47.69%   47.69%           
=======================================
  Files           4        4           
  Lines         478      478           
=======================================
  Hits          228      228           
  Misses        250      250           

see 1 file with indirect coverage changes

copilot-wmt commented 1 year ago

@hyochan Can you please check this? If you can merge this it would be grateful. currently In-App consumable product flow is broken on the android side.