|
|
@@ -30,14 +30,14 @@ class WechatPayBuilderTest extends TestCase
|
|
|
|
|
|
public function testDomesticRefunds()
|
|
|
{
|
|
|
- $result = $this->domesticRefunds('20250904131736025655', '20250904131736025655', 0.01);
|
|
|
+ $result = $this->domesticRefunds('20250904133148020905', '20250904133148020905', 0.01);
|
|
|
$this->assertObjectHasProperty('amount', $result);
|
|
|
dump($result);
|
|
|
}
|
|
|
|
|
|
public function testQueryByOutTradeNo()
|
|
|
{
|
|
|
- $result = $this->queryByOutTradeNo('20250904131736025655');
|
|
|
+ $result = $this->queryByOutTradeNo('20250904133148020905');
|
|
|
dump($result);
|
|
|
}
|
|
|
}
|