| 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 {
|
|
|