Skip to content

Commit

Permalink
deploymentMode for Message
Browse files Browse the repository at this point in the history
  • Loading branch information
mathielen committed Apr 7, 2024
1 parent ce272d4 commit 2b8661c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/CXml/Model/CXml.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
*/
class CXml
{

public const DEPLOYMENT_TEST = 'test';
public const DEPLOYMENT_PROD = 'production';

Expand Down
1 change: 0 additions & 1 deletion src/CXml/Model/Request/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

class Request
{

/**
* @Ser\SerializedName("Status")
*/
Expand Down

0 comments on commit 2b8661c

Please sign in to comment.