mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 14:57:26 +08:00
Fix name
This commit is contained in:
parent
64c6854873
commit
e8fa6cd611
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ class AuthorizationStatusDetails {
|
||||||
*
|
*
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
public function name(): string {
|
public function reason(): string {
|
||||||
return $this->reason;
|
return $this->reason;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue