My week was kind of all over the place. I've been working with Brian trying desparately to figure out why we're having duplicate credit card charges and duplicate pidm creation for the admissions application. We were able to figure out the pidm issue early on, but were still getting double charges and double entry into tbraccd table.
At first changes managed to have only one entry in Banner, but still charging the card twice. Half way there, but definitely not good. We decided to move the table lock up to before the credit card charge process and added a couple more logical checks before processing, and this morning we received the credit card report. "4 $50 transactions - no repeats" (wendlerb)!
I had added insert into a test table throughout the code where it was and when. There are still entries in the table that don't make a lick of sense, and it goes through exactly as expected when I run it, so I can't duplicate what's going on. But if it appears to be working, I guess I won't worry too much.
