Skip to content

Commit

Permalink
TEMP TEST_QV
Browse files Browse the repository at this point in the history
  • Loading branch information
Ldoppea committed Nov 21, 2023
1 parent 97c482c commit ab31b75
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/app/view/IAP/ClouderyOffer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ const HEADER_LINE_HEIGHT = 16
const TOUCHABLE_VERTICAL_PADDING = 8
const IOS_OFFERS = ['test_comfort_monthly', 'test_super_comfort_monthly']
const ANDROID_OFFERS = [
'test-comfort-monthly',
'test-confort-yearly',
'test-super-comfort-monthly',
'test_qv_comfort',
'test_comfort'
]
const SKUS = Platform.OS === 'ios' ? IOS_OFFERS : ANDROID_OFFERS
Expand Down

0 comments on commit ab31b75

Please sign in to comment.