Skip to content
This repository was archived by the owner on Jan 3, 2024. It is now read-only.

[iOS] Fix extracting billingDetails #592

Merged
merged 1 commit into from
Feb 21, 2020

Conversation

maxhungry
Copy link
Contributor

Proposed changes

Fix an iOS typo that prevents extracting the correct key and sending billing details to Stripe.

Types of changes

What types of changes does your code introduce to tipsi-stripe?
Put an x in the boxes that apply

  • Bugfix (a non-breaking change which fixes an issue)
  • New feature (a non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality not to work as expected)

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! Next steps are a reminder of what we are going to look at before merging your code.

  • I have added tests that prove my fix is useful or that my feature works
  • I have added necessary documentation (if appropriate)
  • I know that my PR will be merged only if it has tests and they pass

Further comments

If this is a relatively large or complex change, kick off the discussion by explaining why you choose the solution you did and what alternatives you considered.

aganov added a commit to appsbakery/tipsi-stripe that referenced this pull request Dec 22, 2019
[iOS] Fix extracting billingDetails tipsi#592
AndroidX support for RN 0.60 or newer tipsi#598
remove rnpm usage tipsi#557
Added safeExtGet to build.gradle
Added minSdkVersion = safeExtGet("minSdkVersion", 19)
Added googlePlayServicesVersion = safeExtGet("googlePlayServicesVersion", "18.0.0")
Removed com.google.firebase:firebase-core
Bumped stripe-android to v10.4.6
@maxhungry maxhungry requested a review from fbartho February 7, 2020 08:07
Copy link
Collaborator

@fbartho fbartho left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was a clear copy-paste typo on my side. Approving this!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants