File tree Expand file tree Collapse file tree
src/components/Plans/Checkout Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -308,6 +308,7 @@ const Checkout = InjectAppServices(
308308 isEqualPlan = { false }
309309 hidePromocode = { true }
310310 buyType = { BUY_LANDING_PACK }
311+ selectedPaymentMethod = { selectedPaymentMethod }
311312 />
312313 ) : isBuyAddOnPlan ? (
313314 < ShoppingCart
@@ -331,6 +332,7 @@ const Checkout = InjectAppServices(
331332 selectedAddOnPlan = { selectedAddOnPlan }
332333 canAddOnPlanRemove = { false }
333334 addMarketingPlan = { parseInt ( buyType ) === BUY_MARKETING_PLAN }
335+ selectedPaymentMethod = { selectedPaymentMethod }
334336 />
335337 ) : (
336338 < ShoppingCart
@@ -355,6 +357,7 @@ const Checkout = InjectAppServices(
355357 buyType = { parseInt ( buyType ) }
356358 addMarketingPlan = { parseInt ( buyType ) === BUY_MARKETING_PLAN }
357359 hasChatActive = { chat && chat . active }
360+ selectedPaymentMethod = { selectedPaymentMethod }
358361 />
359362 ) }
360363 </ div >
You can’t perform that action at this time.
0 commit comments