Closed edarsow closed 5 years ago
I thought I would be finished with this by the end of my work period, but there were a lot of issues - for one, the payment integrator wasn't updated to reflect the changes done in the database. I also have to debug the payment management pages, since they're having issues. I'll probably finish them tomorrow morning, then return to this issue and close it.
Great, Thanks Nathan!
I've finished all of my debugging. The Payment system now
I just have to pop the pages back into their old places, remove the public-facing buttons, and commit! Mind if I push?
The current payment management system was built before our current approach to forms and objects was developed. Particularly, the current PaymentBB has member variables for each field on a Payment object. This is the old approach. Instead, now we only use a single member variable of type Payment named something like currentPayment and access the members directly from that object on all forms related to it.
Please complete the following:
For testing, since occbeta does not currently allow back end access, you may want to move the xhtml pages into the public directory so you can actually test the pages.