We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc854fe + d5e35f9 commit 60ceddbCopy full SHA for 60ceddb
src/Responses/AbstractAopResponse.php
@@ -25,7 +25,7 @@ public function getCode()
25
}
26
27
28
- public function getAlipayResponse($key)
+ public function getAlipayResponse($key = NULL)
29
{
30
if ($key) {
31
return array_get($this->data, "{$this->key}.{$key}");
0 commit comments