File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ class FortifiApiDefinition extends ApiDefinition
1111 public function __construct ()
1212 {
1313 $ this ->setTitle ('Fortifi API ' );
14- $ this ->setVersion ('3.146 .0 ' );
14+ $ this ->setVersion ('3.147 .0 ' );
1515 $ this ->setDescription (<<<DESCRIPTION
1616The second version of the Fortifi API is an exciting step forward towards
1717making it easier for businesses to have open access to their data. We created it
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ final class DiscountType
55{
66 const FIXED = 'fixed ' ;
77 const PERCENTAGE = 'percentage ' ;
8+ const OVERRIDE = 'override ' ;
89
910 public static function getDisplayValue ($ value )
1011 {
@@ -16,6 +17,7 @@ public static function getValues()
1617 return [
1718 'fixed ' ,
1819 'percentage ' ,
20+ 'override ' ,
1921 ];
2022 }
2123
Original file line number Diff line number Diff line change 11swagger : ' 2.0'
22info :
33 title : Fortifi API
4- version : ' 3.146 .0'
4+ version : ' 3.147 .0'
55 termsOfService : ' https://fortifi.io/legal/terms/api'
66 description : >
77 The second version of the Fortifi API is an exciting step forward towards
@@ -8519,6 +8519,7 @@ definitions:
85198519 enum :
85208520 - fixed
85218521 - percentage
8522+ - override
85228523 customerLifecycle :
85238524 description : Customer Lifecycle Stage
85248525 type : string
You can’t perform that action at this time.
0 commit comments