Exemple #1
0
        static StripePlan CreatePlan(StripePayment payment)
        {
            StripePlan plan  = payment.CreatePlan(GetPlanInfo());
            StripePlan plan2 = payment.GetPlan(plan.ID);

            //DeletePlan (plan2, payment);
            return(plan2);
        }