mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 09:08:09 +08:00
Code Beautifier and Fixer
This commit is contained in:
parent
d94cb24393
commit
04cf4363a6
3 changed files with 4 additions and 3 deletions
|
@ -13,6 +13,7 @@ class Authorization
|
|||
string $id,
|
||||
AuthorizationStatus $authorizationStatus
|
||||
) {
|
||||
|
||||
$this->id = $id;
|
||||
$this->authorizationStatus = $authorizationStatus;
|
||||
}
|
||||
|
@ -26,4 +27,4 @@ class Authorization
|
|||
{
|
||||
return $this->authorizationStatus;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -52,4 +52,4 @@ class AuthorizationStatus
|
|||
{
|
||||
return $this->status;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -35,4 +35,4 @@ class AuthorizationsFactory
|
|||
new AuthorizationStatus($data->status)
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue