Skip to content

Commit fae1fb3

Browse files
Update TotalAmount.php (#12)
Minor changes
1 parent e7e41a2 commit fae1fb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Requests/Checkout/TotalAmount.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public function setValue(?float $value): self
6767
/**
6868
* @return string
6969
*/
70-
public function getCurrency(): string
70+
public function getCurrency(): ?string
7171
{
7272
return $this->currency;
7373
}

0 commit comments

Comments
 (0)