HS
Asked
Recently found an issue where purchase reference number for recent payments is same. Please see the screenshots.
How is the system calculating Payment Reference number? Any auto-increment of manually through code?
How is the system calculating Payment Reference number? Any auto-increment of manually through code?
- HSAnsweredJust wanted to add my reviews:
I had worked with CI lately and we faced about similar issue where SELECT queries were being cached, despite of db_cache = false in database.php.
To resolve that, we have to add $this->db->cache_delete_all(); function before every SELECT statement that must return highly dynamic data.
Hope that help. - MSAnsweredThank you for letting us know. I will check this. You actually can reply to that question too so that it will be easier to follow up. Thanks again
- Login to Reply