Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes issue with tipsi-stripe #2838

Merged
merged 1 commit into from
May 24, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ upcoming:
dev:
- Adds new availability checks and enables new compiler warning for better checking of API availabilities - ash
user_facing:
-
- Fixes a problem entering credit cards for auction registration - ash

releases:
- version: 5.0.3
Expand Down
4 changes: 2 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ target 'Artsy' do
# Emission's dependencies
# use `cat ~/.cocoapods/repos/artsy/Emission/1.x.x/Emission.podspec.json` to see the Podspec

# For Stripe integration with Emission
pod 'tipsi-stripe', git: 'https://github.com/tipsi/tipsi-stripe.git', tag: '7.5.0'
# For Stripe integration with Emission. Using Ash's fork for this issue: https://github.com/tipsi/tipsi-stripe/issues/408
pod 'tipsi-stripe', git: 'https://github.com/ashfurrow/tipsi-stripe.git', branch: 'fix-infinite-loop'
pod 'react-native-mapbox-gl', git: 'https://github.com/l2succes/react-native-mapbox-gl', branch: 'fix-gesture-recognizer'
pod 'SentryReactNative', git: 'https://github.com/getsentry/react-native-sentry.git', tag: 'v0.30.3'
pod 'Pulley', :git => 'https://github.com/l2succes/Pulley.git', :branch => 'master'
Expand Down
12 changes: 6 additions & 6 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ DEPENDENCIES:
- Starscream
- SwiftyJSON
- Then
- tipsi-stripe (from `https://github.com/tipsi/tipsi-stripe.git`, tag `7.5.0`)
- tipsi-stripe (from `https://github.com/ashfurrow/tipsi-stripe.git`, branch `fix-infinite-loop`)
- UICKeyChainStore
- "UIView+BooleanAnimations"
- VCRURLConnection
Expand Down Expand Up @@ -461,8 +461,8 @@ EXTERNAL SOURCES:
:branch: add-axial-support
:git: https://github.com/alloy/SSFadingScrollView.git
tipsi-stripe:
:git: https://github.com/tipsi/tipsi-stripe.git
:tag: 7.5.0
:branch: fix-infinite-loop
:git: https://github.com/ashfurrow/tipsi-stripe.git

CHECKOUT OPTIONS:
AFOAuth1Client:
Expand Down Expand Up @@ -514,8 +514,8 @@ CHECKOUT OPTIONS:
:commit: 3920e3582e46c9fe23b0d1200e28614ebd66d801
:git: https://github.com/alloy/SSFadingScrollView.git
tipsi-stripe:
:git: https://github.com/tipsi/tipsi-stripe.git
:tag: 7.5.0
:commit: bfebb733fb44d3e1d0522a38a317993f9c686422
:git: https://github.com/ashfurrow/tipsi-stripe.git

SPEC CHECKSUMS:
Adjust: b1f2b0e0b426fa991d69ed7fc9de806cf6dff5a6
Expand Down Expand Up @@ -596,6 +596,6 @@ SPEC CHECKSUMS:
"XCTest+OHHTTPStubSuiteCleanUp": 4469ec8863c6bc022c5089a9b94233eb3416c5ee
yoga: 4ce3811b3db5f47fe1e125f15383003316a616b8

PODFILE CHECKSUM: 5805fc0d5fff729311b6d94f6f8ba491404980a5
PODFILE CHECKSUM: c03452c052adadc827dda2ff280a76b98e0a10fc

COCOAPODS: 1.6.0.beta.1