apptension / saas-boilerplate

SaaS Boilerplate - Open Source and free SaaS stack that lets you build SaaS products faster in React, Django and AWS. Focus on essential business logic instead of coding repeatable features!
https://apptension.com/saas-boilerplate
MIT License
1.94k stars 206 forks source link

Transaction history is not shown until page reload #595

Open SzramaApptension opened 2 weeks ago

SzramaApptension commented 2 weeks ago

Describe the bug

After making a payment I expect to be able to check transaction history without reloading page

Steps to reproduce

  1. Log in
  2. Click Payments
  3. Choose the amount
  4. Enter card details
  5. Click Pay X USD
  6. Click Subscriptions
  7. Click Payment history
  8. Notice You don't have any history to show text
  9. Reload page
  10. View transaction history button appears

System Info

Tested on QA environment

Logs

No response

Validations