This repository was archived by the owner on Feb 4, 2025. It is now read-only.
File tree 3 files changed +11
-1
lines changed
3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) . Please note this changelog affects
6
6
this package and not the Oxxa API.
7
7
8
+ ## [ 2.12.0]
9
+
10
+ ### Added
11
+
12
+ - Add missing status codes.
13
+
8
14
## [ 2.11.0]
9
15
10
16
### Added
Original file line number Diff line number Diff line change @@ -100,6 +100,10 @@ class StatusCode
100
100
101
101
public const STATUS_DOMAIN_TRANSFER_DOMAIN_IN_QUARANTINE = 'XMLERR 537 ' ;
102
102
103
+ public const STATUS_DOMAIN_TRANSFER_NOT_EXISTS = 'XMLERR243 ' ;
104
+
105
+ public const STATUS_DOMAIN_UNKNOWN = 'XMLERR 20 ' ;
106
+
103
107
public const STATUS_INSUFFICIENT_FUNDS = 'XMLERR 87 ' ;
104
108
105
109
public const STATUS_HELPDESK_NEEDED = 'XMLERR 184 ' ;
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ class Oxxa implements OxxaClient
29
29
30
30
private const TIMEOUT = 180 ;
31
31
32
- private const VERSION = '2.11 .0 ' ;
32
+ private const VERSION = '2.12 .0 ' ;
33
33
34
34
private const USER_AGENT = 'oxxa-api-client/ ' .self ::VERSION ;
35
35
You can’t perform that action at this time.
0 commit comments