Hello.
I've written a custom payment hack based on the paypal scripts that process credit cards.
Everything is working but I can not get the My Status block on the membership page (http://www.blablabla/m/membership/index) to change to and show the text the custom user level that is chosen in the payment process. The user is also restricted to what a standard member can do and I have shut all the actions off so they can't do anything.
It is stuck on {Standard} membership. The {Expires never} right under it in the block is correct as there is "NULL" for the end date.
I'm working with the tables:
bx_pmt_transactions_pending
bx_pmt_transactions
sys_acl_levels_members
as well as a custom table.
I have searched for one of my custom levels "Silver (non-recurring)" and the others and of course find it in the "sys_acl_levels" tables and also see it in two localization tables: "sys_localization_keys" "sys_localization_strings" and in the "IDKey" and the value is the same: "5215" in both.
When I search for "Standard" I see "412" in those two localization tables and as a single ID or some other column of a table that doesn't seem to have anything to do with changing a members "Standard" status to the custom level I want to assign a paid user.
I have well over 300 standard members and you would think that one would find 300 "Somethings" related tot he standard level but no dice.
I have a sneaky feeling that it is related somehow to those two localization tables but I just can't figure out what the connection is.
This is the only thing holding me back from launching my site. Any help would be greatly appreciated.
Any Ideas?
Thanks,
Jessica