Skip to content

Commit

Permalink
Updated Auto Generated Code
Browse files Browse the repository at this point in the history
  • Loading branch information
bajb committed Mar 18, 2024
1 parent 4fe91af commit 4ac067c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Definitions/FortifiApiDefinition.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class FortifiApiDefinition extends ApiDefinition
public function __construct()
{
$this->setTitle('Fortifi API');
$this->setVersion('3.146.0');
$this->setVersion('3.147.0');
$this->setDescription(<<<DESCRIPTION
The second version of the Fortifi API is an exciting step forward towards
making it easier for businesses to have open access to their data. We created it
Expand Down
2 changes: 2 additions & 0 deletions src/Enums/DiscountType.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ final class DiscountType
{
const FIXED = 'fixed';
const PERCENTAGE = 'percentage';
const OVERRIDE = 'override';

public static function getDisplayValue($value)
{
Expand All @@ -16,6 +17,7 @@ public static function getValues()
return [
'fixed',
'percentage',
'override',
];
}

Expand Down
3 changes: 2 additions & 1 deletion swagger.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
swagger: '2.0'
info:
title: Fortifi API
version: '3.146.0'
version: '3.147.0'
termsOfService: 'https://fortifi.io/legal/terms/api'
description: >
The second version of the Fortifi API is an exciting step forward towards
Expand Down Expand Up @@ -8519,6 +8519,7 @@ definitions:
enum:
- fixed
- percentage
- override
customerLifecycle:
description: Customer Lifecycle Stage
type: string
Expand Down

0 comments on commit 4ac067c

Please sign in to comment.