File tree Expand file tree Collapse file tree 4 files changed +28
-20
lines changed Expand file tree Collapse file tree 4 files changed +28
-20
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.3.8 - 2024-12-02
4
+ * [ #21 ] ( https://github.com/alipay/global-open-sdk-php/pull/21 ) feature-2411202
5
+ - update AlipayDisputeNotify
6
+ - update AlipayPayQueryResponse
7
+
8
+
3
9
## 1.3.7 - 2024-11-25
4
10
* [ #20 ] ( https://github.com/alipay/global-open-sdk-php/pull/20 ) feature-241125
5
11
- update AlipayPayResultNotify
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.7
4
+ Releass ^1.3.8
5
5
Copyright:Ant financial services group
6
6
```
7
7
Original file line number Diff line number Diff line change @@ -22,6 +22,26 @@ class AlipayDisputeNotify extends \Request\notify\AlipayNotify
22
22
public $ disputeAcceptReason ;
23
23
public $ disputeAcceptTime ;
24
24
25
+ public $ disputeType ;
26
+
27
+ /**
28
+ * @return mixed
29
+ */
30
+ public function getDisputeType ()
31
+ {
32
+ return $ this ->disputeType ;
33
+ }
34
+
35
+ /**
36
+ * @param mixed $disputeType
37
+ */
38
+ public function setDisputeType ($ disputeType )
39
+ {
40
+ $ this ->disputeType = $ disputeType ;
41
+ }
42
+
43
+
44
+
25
45
/**
26
46
* @return mixed
27
47
*/
Original file line number Diff line number Diff line change @@ -12,32 +12,14 @@ class AlipayPayQueryRequest extends AlipayRequest
12
12
public $ paymentId ;
13
13
14
14
public $ merchantAccountId ;
15
- public $ paymentMethodType ;
15
+
16
16
17
17
18
18
function __construct ()
19
19
{
20
20
$ this ->setPath (AntomPathConstants::INQUIRY_PAYMENT_PATH );
21
21
}
22
22
23
- /**
24
- * @return mixed
25
- */
26
- public function getPaymentMethodType ()
27
- {
28
- return $ this ->paymentMethodType ;
29
- }
30
-
31
- /**
32
- * @param mixed $paymentMethodType
33
- */
34
- public function setPaymentMethodType ($ paymentMethodType )
35
- {
36
- $ this ->paymentMethodType = $ paymentMethodType ;
37
- }
38
-
39
-
40
-
41
23
/**
42
24
* @return mixed
43
25
*/
You can’t perform that action at this time.
0 commit comments