Skip to content

Instantly share code, notes, and snippets.

@facuescobar
Created June 1, 2017 17:08
Show Gist options
  • Save facuescobar/cb9d595a5d299260e38fd60930126b44 to your computer and use it in GitHub Desktop.
Save facuescobar/cb9d595a5d299260e38fd60930126b44 to your computer and use it in GitHub Desktop.
There's a bug when a user send a bunk note using Bunk Reply Stationery, WEB and MOBILE apps.
With Basic bundle, seems to be working correctly, but it doesn't seem to be working corretly with PLUS and MAX bundles
PLUS Bundle:
User json data has: "bunkreply_stationery": true,
WebApp Flow:
Bunk Note: 1 Credits
Bunk Reply Stationery: 2 Credits
---
Bunk Note Cost: 3 Credits
You have 90 credits
After Send: You have 89 credits.
MobApp Flow:
Bunk Note: 1 Credits
Bunk Reply Stationery: 2 Credits
---
Bunk Note Cost: 3 Credits
You have 89 credits
After Send:
The app says You have 86 credits.
But in admin panel, says that the user have 88 credits.
After refresh the app, the user has 88 credits
MAX Bundle:
User json data has: "bunkreply_stationery": true,
WebApp flow:
Bunk Note: 0 Credits
Bunk Reply Stationery: 2 Credits
--
Bunk Note Cost: 2 Credits
You have 86 credits.
*You have unlimited simple notes.
*You have unlimited fun note extras.
After Send:
The web app says the user has 86 credits
In admin panel, says the user still have 86 credits.
MobApp:
Bunk Note: 0 Credits
Bunk Reply Stationery: 2 Credits
---
Bunk Note Cost: 2 Credits
*Unlimited simple notes
You have 86 credits
After Send:
The app says You have 84 credits.
But in admin panel, says the user still have 86 credits.
After refresh the app, the user has 86 credits
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment