I didn't actually serialize it, though. I just modified it from the authnet api info. I thought that the subscriptions.php script in the admincp would unserialize it.
This is the way it looks:
Attachment 77070
Any ideas?
(edit) Yeah, it's here:
PHP Code:
if ($_REQUEST['do'] == 'apiedit')
{
$settings = unserialize($api['settings']);
if (is_array($settings))
{
I must not have the code right, but I don't know what to do....