Skip to content

Commit

Permalink
fixed typo (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
nova4005 authored and mfairch committed Apr 24, 2019
1 parent 9b49e46 commit 00c3e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Infusionsoft/Api/Rest/SubscriptionService.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class SubscriptionService extends RestModel
{
use CannotSync, CannotDelete;

public $full_url = 'https://api.infusionsoft.com/crm/rest/v1//subscriptions';
public $full_url = 'https://api.infusionsoft.com/crm/rest/v1/subscriptions';

public $return_key = 'subscriptions';
}

0 comments on commit 00c3e12

Please sign in to comment.