Skip to content

Commit fad40c1

Browse files
committed
Revert breaking change in v23.3.0
1 parent fa4974a commit fad40c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/typings/checkout/additionalDataAirline.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export class AdditionalDataAirline {
100100
/**
101101
* 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
*/

0 commit comments

Comments
 (0)