Skip to content

Redefine Infusionsoft_ProductService::ping #162

@eversionsystems

Description

@eversionsystems

PHP warning about incorrect definition. Change definition of function to the following in ProductService.php

class Infusionsoft_ProductService extends Infusionsoft_ProductServiceBase
{
    public static function ping($serviceName, Infusionsoft_App $app = null)
    {
        return parent::ping('ProductService', $app);
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions