Skip to content

Commit

Permalink
Make sure x button displayed on promo page (#76)
Browse files Browse the repository at this point in the history
Co-authored-by: Victor Zhu <[email protected]>
  • Loading branch information
hoyelo and ilabsvictor authored May 21, 2020
1 parent 6802788 commit 84da948
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion AffirmSDK/AffirmDataHandler.m
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ + (void)getPromoMessageWithPromoID:(nullable NSString *)promoID
NSMutableDictionary *params = [@{
@"public_api_key": [AffirmConfiguration sharedInstance].publicKey,
@"unit_price": decimal,
@"isSDK": @"true",
@"use_promo": @"true",
@"referring_url": AFFIRM_PREQUAL_REFERRING_URL,
} mutableCopy];
Expand Down
1 change: 0 additions & 1 deletion AffirmSDK/AffirmPromotionalButton.m
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,6 @@ - (void)showALAModal:(UIButton *)sender
NSMutableDictionary *params = [@{
@"public_api_key": [AffirmConfiguration sharedInstance].publicKey,
@"unit_price": self.amount,
@"isSDK": @"true",
@"use_promo": @"true",
@"referring_url": AFFIRM_PREQUAL_REFERRING_URL,
} mutableCopy];
Expand Down

0 comments on commit 84da948

Please sign in to comment.