Skip to content

Commit

Permalink
release: 2.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Repro Bot committed Jun 29, 2018
1 parent 04d611f commit 8ff699a
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@
@end

@interface RPRPurchaseProperties : NSObject
@property (nonatomic, readwrite) double value;
@property (nonatomic, readwrite, copy) NSString *currency;
@property (nonatomic, readwrite, copy) NSString *contentName;
@property (nonatomic, readwrite, copy) NSString *contentCategory;
@property (nonatomic, readwrite) NSInteger numItems;
Expand Down
2 changes: 1 addition & 1 deletion Repro.embeddedframework/Repro.framework/Headers/Repro.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ typedef NS_ENUM(NSInteger, RPRLogLevel) {
+ (void)trackAddToWishlist:(RPRAddToWishlistProperties *)properties;
+ (void)trackInitiateCheckout:(RPRInitiateCheckoutProperties *)properties;
+ (void)trackAddPaymentInfo:(RPRAddPaymentInfoProperties *)properties;
+ (void)trackPurchase:(NSString *)contentID properties:(RPRPurchaseProperties *)properties;
+ (void)trackPurchase:(NSString *)contentID value:(double)value currency:(NSString*)currency properties:(RPRPurchaseProperties *)properties;
+ (void)trackShare:(RPRShareProperties *)properties;
+ (void)trackCompleteRegistration:(RPRCompleteRegistrationProperties *)properties;
+ (void)trackLead:(RPRLeadProperties *)properties;
Expand Down
Binary file modified Repro.embeddedframework/Repro.framework/Info.plist
Binary file not shown.
Binary file modified Repro.embeddedframework/Repro.framework/Repro
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 8ff699a

Please sign in to comment.