Skip to content

Commit f3b8312

Browse files
Fix previous merge issues
1 parent 64de43b commit f3b8312

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/broadleaf-framework-web/src/main/java/org/broadleafcommerce/core/web/processor/OnePageCheckoutProcessor.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ protected void populateSectionViewStates(Map<String,Object> localVars) {
286286
boolean showBillingInfoSection = true;
287287
boolean showShippingInfoSection = true;
288288
boolean showAllPaymentMethods = true;
289+
boolean showPaymentMethodSection = true;
289290

290291
int numShippableFulfillmentGroups = calculateNumShippableFulfillmentGroups();
291292
if (numShippableFulfillmentGroups == 0) {
@@ -325,6 +326,7 @@ protected void populateSectionViewStates(Map<String,Object> localVars) {
325326

326327
localVars.put("showBillingInfoSection", showBillingInfoSection);
327328
localVars.put("showAllPaymentMethods", showAllPaymentMethods);
329+
localVars.put("showPaymentMethodSection", showPaymentMethodSection);
328330
localVars.put("orderContainsThirdPartyPayment", orderContainsThirdPartyPayment);
329331
localVars.put("orderContainsUnconfirmedCreditCard", orderContainsUnconfirmedCreditCard);
330332
localVars.put("unconfirmedCC", unconfirmedCC);

0 commit comments

Comments
 (0)