Skip to content

Commit

Permalink
AD-334 Add Apple Pay Express Button with Frontend Logic and API Calls…
Browse files Browse the repository at this point in the history
… to CMS Components on PDP and Cart Pages - Spartacus - dfurl fix
  • Loading branch information
pjaneta committed Jan 13, 2025
1 parent 06ad474 commit 18a2977
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
import com.adyen.v6.strategy.AdyenMerchantAccountStrategy;
import com.adyen.v6.util.AmountUtil;
import com.adyen.v6.util.TerminalAPIUtil;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.google.gson.Gson;
import de.hybris.platform.commercefacades.i18n.I18NFacade;
import de.hybris.platform.commercefacades.order.CheckoutFacade;
Expand Down Expand Up @@ -1138,7 +1137,7 @@ protected void populateExpressCheckoutConfigModel(final Model model, final Expre
model.addAttribute(MODEL_MERCHANT_ACCOUNT,expressCheckoutConfigDTO.getMerchantAccount());
model.addAttribute(MODEL_AMOUNT, expressCheckoutConfigDTO.getAmount());
model.addAttribute(MODEL_AMOUNT_DECIMAL, expressCheckoutConfigDTO.getAmountDecimal());
model.addAttribute(MODEL_DF_URL, expressCheckoutConfigDTO.getExpressPaymentConfig());
model.addAttribute(MODEL_DF_URL, expressCheckoutConfigDTO.getDfUrl());
model.addAttribute(MODEL_CHECKOUT_SHOPPER_HOST, expressCheckoutConfigDTO.getCheckoutShopperHost());
}

Expand Down

0 comments on commit 18a2977

Please sign in to comment.