Skip to content

Commit

Permalink
fix : add white space
Browse files Browse the repository at this point in the history
  • Loading branch information
otnansirk committed May 27, 2024
1 parent 73c6304 commit 2e388bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Traits/PayPalAPI/Subscriptions/Helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,7 @@ public function addTaxes(float $percentage)
public function addCustomId(string $custom_id)
{
$this->custom_id = $custom_id;

return $this;
}
}

0 comments on commit 2e388bc

Please sign in to comment.