details.displayItems = details.displayItems.map(displayItem => {
    if (displayItem.label === 'Shipping') {
      return Object.assign({}, displayItem, {
        amount: {
          currency: 'USD',