mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
fix tests
This commit is contained in:
parent
6db0a457bf
commit
7445c91ed7
37 changed files with 199 additions and 190 deletions
|
@ -62,7 +62,7 @@ class Amount {
|
|||
*
|
||||
* @return AmountBreakdown|null
|
||||
*/
|
||||
public function breakdown(): AmountBreakdown {
|
||||
public function breakdown() {
|
||||
return $this->breakdown;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue