| 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 c43545a58c6598f6837a6d46df9d9bf57bb9d2e5..94fc2988b8563f785daf33fa358132581acb2bf9 100644
|
| --- a/ios/chrome/browser/ui/payments/payment_request_coordinator.mm
|
| +++ b/ios/chrome/browser/ui/payments/payment_request_coordinator.mm
|
| @@ -304,7 +304,7 @@ class FullCardRequester
|
| - (void)updatePaymentDetails:(web::PaymentDetails)paymentDetails {
|
| BOOL totalValueChanged =
|
| (_paymentRequest->payment_details().total != paymentDetails.total);
|
| - _paymentRequest->set_payment_details(paymentDetails);
|
| + _paymentRequest->UpdatePaymentDetails(paymentDetails);
|
|
|
| if (_paymentRequest->shipping_options().empty()) {
|
| // Display error in the shipping address/option selection view.
|
|
|