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

Unified Diff: ios/chrome/browser/ui/payments/payment_request_coordinator.mm

Issue 2887123002: Adds address normalization to iOS. (Closed)
Patch Set: Addresses nits from mahmadi@. 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: ios/chrome/browser/ui/payments/payment_request_coordinator.mm
diff --git a/ios/chrome/browser/ui/payments/payment_request_coordinator.mm b/ios/chrome/browser/ui/payments/payment_request_coordinator.mm
index 7c9617051fb1df6f2c34becabc628411bdce786d..e8785f6a804d2de4bfdfea6425d34e6d0c06d36d 100644
--- a/ios/chrome/browser/ui/payments/payment_request_coordinator.mm
+++ b/ios/chrome/browser/ui/payments/payment_request_coordinator.mm
@@ -112,9 +112,8 @@ using ::payments::data_util::GetPaymentAddressFromAutofillProfile;
[[_viewController collectionView] reloadData];
[_delegate paymentRequestCoordinator:self
- didCompletePaymentRequest:_paymentRequest
- card:card
- verificationCode:verificationCode];
+ didCompletePaymentRequestWithCard:card
+ verificationCode:verificationCode];
}
- (void)updatePaymentDetails:(web::PaymentDetails)paymentDetails {

Powered by Google App Engine
This is Rietveld 408576698