Skip to content

Commit 4ac067c

Browse files
committed
Updated Auto Generated Code
1 parent 4fe91af commit 4ac067c

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

src/Definitions/FortifiApiDefinition.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1616
The second version of the Fortifi API is an exciting step forward towards
1717
making it easier for businesses to have open access to their data. We created it

src/Enums/DiscountType.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

swagger.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
swagger: '2.0'
22
info:
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

0 commit comments

Comments
 (0)