Skip to content

Commit

Permalink
Merge branch 'feat/boost-shop-cta-m4916' into 'master'
Browse files Browse the repository at this point in the history
[engine] Shop now and Buy now CTAs for Boost minds#4916

See merge request minds/engine!1683
  • Loading branch information
markharding committed Jun 18, 2024
2 parents bed2fb2 + d17758f commit 0581271
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Core/Boost/V3/Enums/BoostGoalButtonText.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ class BoostGoalButtonText
public const GET_STARTED = 5;
public const SIGN_UP = 6;
public const TRY_FOR_FREE = 7;
public const SHOP_NOW = 8;
public const BUY_NOW = 9;

/**
* @var array A list of all valid values for the enum when the boost goal is subscribers - To be used for validation purposes
Expand All @@ -32,6 +34,8 @@ class BoostGoalButtonText
self::LEARN_MORE,
self::GET_STARTED,
self::SIGN_UP,
self::TRY_FOR_FREE
self::TRY_FOR_FREE,
self::SHOP_NOW,
self::BUY_NOW
];
}

0 comments on commit 0581271

Please sign in to comment.