Skip to content

Fix: customer_org_id and subscription_id lost after editService call #15

Description

@ademden

When a service term is changed (e.g. monthly to yearly), editService is
called but customer_org_id and subscription_id are not included in the
returned fields list. This causes these values to be lost, breaking the
Enhance connection for that service (suspend/unsuspend/cancel stop working).

Fix - add customer_org_id and subscription_id to the fields array:

$fields = ['domain', 'username', 'password', 'website_id', 'customer_email', 'customer_org_id', 'subscription_id'];

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