Skip to content

Commit

Permalink
Merge pull request #263 from HubSpot/feature/FixAssociationTypesEnum
Browse files Browse the repository at this point in the history
Fix AssociationTypes enum
  • Loading branch information
ksvirkou-hubspot authored Jul 27, 2023
2 parents a630fbd + a35ed5c commit c6a6576
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Enums/AssociationTypes.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class AssociationTypes
public const PRIMARY_COMPANY_TO_DEAL = 6;
public const CONTACT_TO_TICKET = 15;
public const TICKET_TO_CONTACT = 16;
public const DEAL_TOLINE_ITEM = 19;
public const DEAL_TO_LINE_ITEM = 19;
public const LINE_ITEM_TO_DEAL = 20;
public const PRIMARY_COMPANY_TO_TICKET = 25;
public const PRIMARY_TICKET_TO_COMPANY = 26;
Expand All @@ -21,7 +21,7 @@ class AssociationTypes
public const DEAL_TO_QUOTE = 63;
public const QUOTE_TO_DEAL = 64;
public const QUOTE_TO_LINE_ITEM = 67;
public const LINE_ITEM_TO_TO_QUOTE = 68;
public const LINE_ITEM_TO_QUOTE = 68;
public const QUOTE_TO_CONTACT = 69;
public const CONTACT_TO_QUOTE = 70;
public const QUOTE_TO_COMPANY = 71;
Expand Down

0 comments on commit c6a6576

Please sign in to comment.