You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
here the is the function which i am using to create subscription and plan.
$response = $provider->addSetupFee($amount)->addProduct($plan_name, $plan_details, 'SERVICE', 'SOFTWARE')
->addMonthlyPlan($plan_name, $plan_name, $amount)
->setReturnAndCancelUrl(url('/client/payment/success/'.$id.'/'.$package_id), url('/client/payment/failed/'.$id))
->setupSubscription($get_user->full_name, $get_user->email, $startDate);
I want to create an installment plan for 12 months or 6 month according to the requirement of the user. what function need to add to installment months.
The text was updated successfully, but these errors were encountered:
here the is the function which i am using to create subscription and plan.
$response = $provider->addSetupFee($amount)->addProduct($plan_name, $plan_details, 'SERVICE', 'SOFTWARE')
->addMonthlyPlan($plan_name, $plan_name, $amount)
->setReturnAndCancelUrl(url('/client/payment/success/'.$id.'/'.$package_id), url('/client/payment/failed/'.$id))
->setupSubscription($get_user->full_name, $get_user->email, $startDate);
I want to create an installment plan for 12 months or 6 month according to the requirement of the user. what function need to add to installment months.
The text was updated successfully, but these errors were encountered: