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 11# Changelog
22
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+
39## 1.3.7 - 2024-11-25
410* [ #20 ] ( https://github.com/alipay/global-open-sdk-php/pull/20 ) feature-241125
511 - update AlipayPayResultNotify
Original file line number Diff line number Diff line change 11```
22Language:PHP
33PHP version:5.6.40+
4- Releass ^1.3.7
4+ Releass ^1.3.8
55Copyright:Ant financial services group
66```
77
Original file line number Diff line number Diff line change @@ -22,6 +22,26 @@ class AlipayDisputeNotify extends \Request\notify\AlipayNotify
2222 public $ disputeAcceptReason ;
2323 public $ disputeAcceptTime ;
2424
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+
2545 /**
2646 * @return mixed
2747 */
Original file line number Diff line number Diff line change @@ -12,32 +12,14 @@ class AlipayPayQueryRequest extends AlipayRequest
1212 public $ paymentId ;
1313
1414 public $ merchantAccountId ;
15- public $ paymentMethodType ;
15+
1616
1717
1818 function __construct ()
1919 {
2020 $ this ->setPath (AntomPathConstants::INQUIRY_PAYMENT_PATH );
2121 }
2222
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-
4123 /**
4224 * @return mixed
4325 */
You can’t perform that action at this time.
0 commit comments