Skip to content

Commit fd2b92f

Browse files
committed
Revert breaking change in v23.3.0
1 parent 8e4e068 commit fd2b92f

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

src/typings/checkout/additionalDataAirline.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,7 @@ export class AdditionalDataAirline {
9898
*/
9999
'airline_passenger_last_name'?: string;
100100
/**
101-
* The passenger\'s phone number, including country code. This is an alphanumeric field that can include the \'+\' and \'-\' signs. * Encoding: ASCII * minLength: 3 characters * maxLength: 30 characters
102-
*/
101+
* The passenger\'s telephone number, including country code. This is an alphanumeric field that can include the \'+\' and \'-\' signs. * Encoding: ASCII * minLength: 3 characters * maxLength: 30 characters */
103102
'airline_passenger_phone_number'?: string;
104103
/**
105104
* The IATA passenger type code (PTC). * Encoding: ASCII * minLength: 3 characters * maxLength: 6 characters
@@ -240,8 +239,8 @@ export class AdditionalDataAirline {
240239
"type": "string"
241240
},
242241
{
243-
"name": "airline_passenger_phone_number",
244-
"baseName": "airline.passenger.phone_number",
242+
"name": "airline_passenger_telephone_number",
243+
"baseName": "airline.passenger.telephone_number",
245244
"type": "string"
246245
},
247246
{

src/typings/payment/additionalDataAirline.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ export class AdditionalDataAirline {
9898
*/
9999
'airline_passenger_last_name'?: string;
100100
/**
101-
* The passenger\'s phone number, including country code. This is an alphanumeric field that can include the \'+\' and \'-\' signs. * Encoding: ASCII * minLength: 3 characters * maxLength: 30 characters
101+
* The passenger\'s telephone number, including country code. This is an alphanumeric field that can include the \'+\' and \'-\' signs. * Encoding: ASCII * minLength: 3 characters * maxLength: 30 characters
102102
*/
103-
'airline_passenger_phone_number'?: string;
103+
'airline_passenger_telephone_number'?: string;
104104
/**
105105
* The IATA passenger type code (PTC). * Encoding: ASCII * minLength: 3 characters * maxLength: 6 characters
106106
*/
@@ -240,8 +240,8 @@ export class AdditionalDataAirline {
240240
"type": "string"
241241
},
242242
{
243-
"name": "airline_passenger_phone_number",
244-
"baseName": "airline.passenger.phone_number",
243+
"name": "airline_passenger_telephone_number",
244+
"baseName": "airline.passenger.telephone_number",
245245
"type": "string"
246246
},
247247
{

0 commit comments

Comments
 (0)