started implementing stripe
This commit is contained in:
@@ -164,8 +164,9 @@ function loadPlanForEdit(planId) {
|
||||
document.getElementById('editMonthlyPrice').value = plan.monthly_price;
|
||||
document.getElementById('editAnnualPrice').value = plan.annual_price;
|
||||
document.getElementById('editButtonText').value = plan.button_text;
|
||||
document.getElementById('editMonthlyStripeLink').value = plan.monthly_stripe_link || '';
|
||||
document.getElementById('editAnnualStripeLink').value = plan.annual_stripe_link || '';
|
||||
document.getElementById('stripeProductId').value = plan.stripe_product_id || '';
|
||||
document.getElementById('stripeMonthlyPriceId').value = plan.stripe_monthly_price_id || '';
|
||||
document.getElementById('stripeAnnualPriceId').value = plan.stripe_annual_price_id || '';
|
||||
document.getElementById('editIsPopular').checked = plan.is_popular;
|
||||
document.getElementById('editIsCustom').checked = plan.is_custom;
|
||||
document.getElementById('editIsActive').checked = plan.is_active;
|
||||
|
||||
Reference in New Issue
Block a user