Skip to content

Commit

Permalink
[Billing] fix set main reference as null
Browse files Browse the repository at this point in the history
  • Loading branch information
that-guy-iain committed Jun 24, 2024
1 parent 896a331 commit b5c0153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Parthenon/Billing/Entity/Subscription.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public function getMainExternalReference(): ?string
return $this->mainExternalReference;
}

public function setMainExternalReference(string $mainExternalReference): void
public function setMainExternalReference(?string $mainExternalReference): void
{
$this->mainExternalReference = $mainExternalReference;
}
Expand Down

0 comments on commit b5c0153

Please sign in to comment.