Skip to content

Commit

Permalink
phpcd fix
Browse files Browse the repository at this point in the history
  • Loading branch information
divya-intelli committed May 25, 2023
1 parent 8fcb9f7 commit a179406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Api/Monetization/Builder/RatePlanRevisionBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public static function buildRatePlanRevision(RatePlanInterface $ratePlan, DateTi
unset($normalized->id);
// Remove the end date inherited from the parent rate plan because
// it may overlap with the new start date.
if(isset($normalized->endDate)) {
if (isset($normalized->endDate)) {
unset($normalized->endDate);
}
// Create a new rate plan revision from the "copy" of parent rate plan.
Expand Down

0 comments on commit a179406

Please sign in to comment.