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

Unified Diff: chrome/test/data/payments/dynamic_shipping.js

Issue 2855203002: [Payments] Display the shipping option error alongside the address (Closed)
Patch Set: android test fix Created 3 years, 7 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/test/data/payments/dynamic_shipping.js
diff --git a/chrome/test/data/payments/dynamic_shipping.js b/chrome/test/data/payments/dynamic_shipping.js
index 6b8dedc5254e9afea1c989211f5b89f8e49b506f..bf06acb3baaaae9f88b4ab319265cae98025302a 100644
--- a/chrome/test/data/payments/dynamic_shipping.js
+++ b/chrome/test/data/payments/dynamic_shipping.js
@@ -83,6 +83,7 @@ function updateDetails(details, addr) {
details.shippingOptions = [shippingOption];
} else {
delete details.shippingOptions;
+ details.error = 'We do not ship to this address';
}
return details;
}
« no previous file with comments | « chrome/browser/ui/views/payments/shipping_option_view_controller_browsertest.cc ('k') | components/payments/content/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698