We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7e41a2 commit fae1fb3Copy full SHA for fae1fb3
1 file changed
src/Requests/Checkout/TotalAmount.php
@@ -67,7 +67,7 @@ public function setValue(?float $value): self
67
/**
68
* @return string
69
*/
70
- public function getCurrency(): string
+ public function getCurrency(): ?string
71
{
72
return $this->currency;
73
}
0 commit comments