Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1006)

Unified Diff: chrome/browser/ui/views/payments/payment_sheet_view_controller.cc

Issue 2808883002: [Payments] Fix bug in shipping option selection. (Closed)
Patch Set: Initial Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/views/payments/payment_sheet_view_controller.cc
diff --git a/chrome/browser/ui/views/payments/payment_sheet_view_controller.cc b/chrome/browser/ui/views/payments/payment_sheet_view_controller.cc
index 2697a4c1355fbec31e4a906ca4f6290d974a8d98..c7706ff744650a9127975665bf5f521cf2748418 100644
--- a/chrome/browser/ui/views/payments/payment_sheet_view_controller.cc
+++ b/chrome/browser/ui/views/payments/payment_sheet_view_controller.cc
@@ -417,7 +417,7 @@ std::unique_ptr<views::Button> PaymentSheetViewController::CreateShippingRow() {
section->set_tag(
static_cast<int>(PaymentSheetViewControllerTags::SHOW_SHIPPING_BUTTON));
section->set_id(
- static_cast<int>(DialogViewID::PAYMENT_SHEET_SHIPPING_SECTION));
+ static_cast<int>(DialogViewID::PAYMENT_SHEET_SHIPPING_ADDRESS_SECTION));
return section;
}

Powered by Google App Engine
This is Rietveld 408576698