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

Unified Diff: ios/web/payments/payment_request.cc

Issue 2560583002: Strings related to the shipping address in payment summary view and address selection view. (Closed)
Patch Set: Addressed comments by jdonnelly@ Created 4 years 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
« no previous file with comments | « ios/chrome/app/strings/ios_strings.grd ('k') | ios/web/payments/payment_request_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/payments/payment_request.cc
diff --git a/ios/web/payments/payment_request.cc b/ios/web/payments/payment_request.cc
index 820b6b5b8a56bc7702e8908e9740d456d565a87b..7d41fa0343fea44bdd234f75b2727f39da91a225 100644
--- a/ios/web/payments/payment_request.cc
+++ b/ios/web/payments/payment_request.cc
@@ -290,7 +290,7 @@ PaymentRequest::PaymentRequest(const PaymentRequest& other) = default;
PaymentRequest::~PaymentRequest() = default;
bool PaymentRequest::operator==(const PaymentRequest& other) const {
- return this->payment_address == other.payment_address &&
+ return this->shipping_address == other.shipping_address &&
this->shipping_option == other.shipping_option &&
this->method_data == other.method_data &&
this->details == other.details && this->options == other.options;
« no previous file with comments | « ios/chrome/app/strings/ios_strings.grd ('k') | ios/web/payments/payment_request_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698