Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bordovsky committed Aug 4, 2016
1 parent 3010de7 commit 3ded211
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Services/PriceStringGenerator.php
Expand Up @@ -51,6 +51,7 @@ public function generateFullPriceStr(BillingPlanInterface $billingPlan) : string

/**
* @param BillingPlanInterface[] $billingPlans
* @return string
* @throws \InvalidArgumentException
* @throws \Symfony\Component\Intl\Exception\MethodArgumentNotImplementedException
* @throws \Symfony\Component\Intl\Exception\MethodArgumentValueNotImplementedException
Expand Down Expand Up @@ -80,9 +81,7 @@ public function generatePaymentStr(array $billingPlans):string
"Billing plans with different $attribute can not be combinated."
);
} else {
dump($attribute);
$$attribute = $plan->$getter();
dump($$attribute);
}
}
}
Expand Down

0 comments on commit 3ded211

Please sign in to comment.