mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 09:08:09 +08:00
Add updating refund fees in order
This commit is contained in:
parent
4027f4a77e
commit
d32aaab1af
8 changed files with 212 additions and 25 deletions
|
@ -54,8 +54,6 @@ class BillingPlans {
|
|||
private $plan_factory;
|
||||
|
||||
/**
|
||||
* The logger.
|
||||
*
|
||||
* The logger.
|
||||
*
|
||||
* @var LoggerInterface
|
||||
|
|
|
@ -99,7 +99,7 @@ class SellerPayableBreakdown {
|
|||
/**
|
||||
* The amount for this refunded payment in the currency of the transaction.
|
||||
*
|
||||
* @return Money
|
||||
* @return Money|null
|
||||
*/
|
||||
public function gross_amount(): ?Money {
|
||||
return $this->gross_amount;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue