this.changePlan(e)}>
+ {
+ plans.map((plan) => this.renderPlan(plan))
+ }
+
+ );
+ }
+
+ renderPlansSection() {
+ return (
+
+
+
+
We were unable to process your payment, please try again or use different card details.
+
+ { this.renderPlansSection() }
+
+
Card details
+
+
+
+
+
+
+
+
+
+ )
+ }
+};