<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">define(['Magento_Checkout/js/model/quote','Magento_Checkout/js/action/set-payment-information'],function(quote,setPaymentInformation){'use strict';return function(messageContainer){return setPaymentInformation(messageContainer,quote.paymentMethod());};});</pre></body></html>