Add updating refund fees in order

This commit is contained in:
Pedro Silva 2023-08-04 17:51:32 +01:00
parent 4027f4a77e
commit d32aaab1af
No known key found for this signature in database
GPG key ID: E2EE20C0669D24B3
8 changed files with 212 additions and 25 deletions

View file

@ -54,8 +54,6 @@ class BillingPlans {
private $plan_factory;
/**
* The logger.
*
* The logger.
*
* @var LoggerInterface

View file

@ -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;