Index: ios/showcase/payments/sc_payments_editor_coordinator.mm |
diff --git a/ios/showcase/payments/sc_payments_editor_coordinator.mm b/ios/showcase/payments/sc_payments_editor_coordinator.mm |
index 1b5621e24662154be9f3e528a590809776e6e6ed..7bd180826784e171d6b575ea158e43773ccfb376 100644 |
--- a/ios/showcase/payments/sc_payments_editor_coordinator.mm |
+++ b/ios/showcase/payments/sc_payments_editor_coordinator.mm |
@@ -102,6 +102,10 @@ |
return NO; |
} |
+- (UIImage*)iconIdentifyingEditorField:(EditorField*)field { |
+ return nil; |
+} |
+ |
#pragma mark - PaymentRequestEditViewControllerValidator |
- (NSString*)paymentRequestEditViewController: |