Subversion Repositories SmartDukaan

Rev

Rev 35055 | Rev 35098 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 35055 Rev 35067
Line 130... Line 130...
130
                                {isQuoted || (plan.dp > 0 && plan.premium > 0) ? (
130
                                {isQuoted || (plan.dp > 0 && plan.premium > 0) ? (
131
                                    <button
131
                                    <button
132
                                        className="btn btn-primary"
132
                                        className="btn btn-primary"
133
                                        data-key={plan.productId}
133
                                        data-key={plan.productId}
134
                                        data-amount={isQuoted ? quoted.premium.toFixed(2) : plan.premium.toFixed(2)}
134
                                        data-amount={isQuoted ? quoted.premium.toFixed(2) : plan.premium.toFixed(2)}
135
                                        data-correlationid={isQuoted ? quoted.correlationId : ''}
135
                                        data-correlationid={isQuoted ? quoted.correlationId : plan.correlationId}
136
                                        onClick={this.planChecked}
136
                                        onClick={this.planChecked}
137
                                    >
137
                                    >
138
                                        Add
138
                                        Add
139
                                    </button>
139
                                    </button>
140
                                ) : (
140
                                ) : (