Skip to content

Commit

Permalink
Merge pull request #507 from Adyen/feature/AD-334b
Browse files Browse the repository at this point in the history
AD-334 Add Apple Pay Express Button with Frontend Logic and API Calls…
  • Loading branch information
pjaneta authored Jan 13, 2025
2 parents 06ad474 + 18a2977 commit 15938eb
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 15938eb

Please sign in to comment.