File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.3.7 - 2024-11-25
4
+ * [ #19 ] ( https://github.com/alipay/global-open-sdk-php/pull/19 ) feature-241125
5
+ - update Leg
6
+
3
7
## 1.3.6 - 2024-11-20
4
8
* [ #18 ] ( https://github.com/alipay/global-open-sdk-php/pull/18 ) feature-update-version
5
9
- Compatible with lower versions
Original file line number Diff line number Diff line change 1
1
```
2
2
Language:PHP
3
3
PHP version:5.6.40+
4
- Releass ^1.3.6
4
+ Releass ^1.3.7
5
5
Copyright:Ant financial services group
6
6
```
7
7
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ class Leg
10
10
public $ arrivalAddress ;
11
11
public $ carrierName ;
12
12
public $ carrierNo ;
13
-
14
13
public $ classType ;
14
+
15
+ public $ departureAirportCode ;
16
+ public $ arrivalAirportCode ;
15
17
}
You can’t perform that action at this time.
0 commit comments