Commit 6eab32cf by Nilu

stripe batch issue fix

parent 343739c0
......@@ -82,10 +82,10 @@ public class PullStripeDataBatch extends ORMBatch
paymentPlan.setProductReference(plan.getProduct());
paymentPlan.setUsageType(UsageType.forName(plan.getUsageType().toUpperCase()));
if(plan.getTrialPeriodDays() != null)
{
paymentPlan.setTrialPeriodDays(plan.getTrialPeriodDays().intValue());
}
// if(plan.getTrialPeriodDays() != null)
// {
// paymentPlan.setTrialPeriodDays(plan.getTrialPeriodDays().intValue());
// }
if(activeJobs != null)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment