Platform: Adalo Web + Android (Closed Track)
Issue: Purchase flow works (paywall disappears, premium content accessible), but purchase_start_time and purchase_end_time in the Users table remain empty. hasActiveSubscription is correctly triggered to set to Yes.
Setup:
-
Digital Purchasecomponent used -
Action on Successincludes:-
Update Logged in User→hasActiveSubscription = Yes -
Update Logged in User→purchase_start_time = Current Time -
Update Logged in User→purchase_end_time = Current Time + 30
-
-
Userstable fields areDate and Time -
Tested on real Android device (Play Protect certified)
-
Payment succeeds (sandbox mode, test transaction)
What could be causing the date fields to stay empty? Due to test transaction? Thank you!