Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Update ARB Subscription Status?
In the ARBUpdateSubscription function I don't see any referrence to being able to update status (eg "active" , "suspended"). Is that not possible?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Something like this? From the ARB.markdown file in the doc folder of the SDK:
$cancellation = new AuthorizeNetARB; $cancel_response = $cancellation->cancelSubscription($subscription_id);
09-30-2011 01:44 AM