Commit a239ec86 by Adam Becevello Committed by GitHub

Merge pull request #236 from Shopify/bugfix/ios8-deprecation

Mark buy_emailFromRecord as deprecated
parents 65f467ce 7e37e22a
......@@ -66,7 +66,7 @@ NS_ASSUME_NONNULL_BEGIN
@interface BUYAddress (ApplePay)
+ (nullable NSString *)buy_emailFromRecord:(nullable ABRecordRef)record;
+ (nullable NSString *)buy_emailFromRecord:(nullable ABRecordRef)record NS_DEPRECATED_IOS(8_0, 9_0, "Use the `emailAddress` from the PKContact object instead");
- (void)updateWithRecord:(nullable ABRecordRef)record NS_DEPRECATED_IOS(8_0, 9_0, "Use the CNContact backed `updateWithContact:` instead");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment