function getGoogleIsReadyToPayRequest()

in app/static/googlePay.js [51:59]


function getGoogleIsReadyToPayRequest () {
  return Object.assign(
    {},
    baseRequest,
    {
      allowedPaymentMethods: [baseCardPaymentMethod]
    }
  );
}