Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added method for Connect subscriptions #43

Merged

Conversation

hassansin
Copy link
Contributor

Added connectSubscription method: https://dev.chartmogul.com/reference#connect-subscriptions

Example:

ChartMogul\Customer::connectSubscriptions("cus_ede41762-02c1-11e9-b8a6-a79ca0ecc71e", [
    "subscriptions" => [
        [
            "data_source_uuid" => "ds_ed13e98e-02c1-11e9-b8a6-4b21284ec572",
            "external_id" => "ext_subscription",
        ],
        [
            "data_source_uuid" => "ds_ed13e98e-02c1-11e9-b8a6-4b21284ec572",
            "external_id" => "ext_subscription_2",
        ],
    ]
]);

Copy link

@bogdanguranda bogdanguranda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great!

@pkopac pkopac merged commit eb4eb32 into master Dec 20, 2018
@en0ma en0ma deleted the hassansin/ch4618/php-support-for-connect-subscriptions-endpoint branch January 14, 2019 08:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants