Skip to content

Commit

Permalink
Update TotalAmount.php (#12)
Browse files Browse the repository at this point in the history
Minor changes
  • Loading branch information
agustinecarpio-cp authored Jul 14, 2020
1 parent e7e41a2 commit fae1fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Requests/Checkout/TotalAmount.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function setValue(?float $value): self
/**
* @return string
*/
public function getCurrency(): string
public function getCurrency(): ?string
{
return $this->currency;
}
Expand Down

0 comments on commit fae1fb3

Please sign in to comment.