-
Notifications
You must be signed in to change notification settings - Fork 30
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
Final PR from aspect-apps #8
Open
0xamogh
wants to merge
64
commits into
Fitpassu:master
Choose a base branch
from
lukebrandonfarrell:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
64 commits
Select commit
Hold shift + click to select a range
c16b2d0
Setup Intent Android Implemented
0xamogh 65fc8df
Bug fixes
0xamogh 6b81dbd
Setup Intents removed
0xamogh 89378a6
Build folder generated
0xamogh 30147ad
Testing 2.0
0xamogh 0718938
Gitignore updated
0xamogh dd99012
Fixes
0xamogh 1073bf8
Add setupPayment iOS
ChesterSim 1c23892
Fix broken code for iOS confirmSetup
ChesterSim 72e50b6
Enabled multidex on Android
sagarshakya 8cc3721
Complete confirmPayment for iOS
ChesterSim e410d88
Merge branch 'master' of github.com:aspect-apps/react-native-stripe-p…
ChesterSim 0396689
Add card provider
ChesterSim 4a47a8b
Build for card provider
ChesterSim fe8555b
Fix card provider
ChesterSim 542e48d
Update confirmPayment to use createWithCardParams for iOS
ChesterSim 017cebc
Split confirmPayment into confirmPaymentWithPaymentMethodId and confi…
ChesterSim f0e4a46
Update README.md
ChesterSim 8993ad7
Update README.md
ChesterSim a4f886b
Update README.md
3384ec9
Split StripePaymentsModule.java confirmPayment
ChesterSim c3893f3
Merge branch 'master' of github.com:aspect-apps/react-native-stripe-p…
ChesterSim a42f6cd
Updated Pod Minimum Target
fa95bd5
Updated to be more inline with the iOS implementation
d5df02a
Update confirmSetupIntent return object
0xamogh d544dce
Merge pull request #1 from amogh-jrules/master
0xamogh 393b94a
last4 added
0xamogh 2f0d42f
Merge pull request #2 from amogh-jrules/master
0xamogh d8a39f3
Build for Amogh's commit
ChesterSim 57d1e31
Removed Redundant values from iOS
824493e
Updating setupIntentResult object
0xamogh 7dd4af1
Merge remote-tracking branch 'aspect-apps-origin/master'
0xamogh a932d06
Built Typescript files
e9b7134
Returning created from Native Android
0xamogh 0937281
Merge remote-tracking branch 'aspect-apps-origin/master'
0xamogh d903fdc
Built Typescript files
7a71db9
Updated exp month / year to match TS
0e462e0
Updated exp month / year
b08f878
Updated exp month / year
f792d09
Updated TS definitions
759b7c1
Built Typescript files
90fc763
Fixed Types on Return Methods
d706435
Android native debug
0xamogh a899707
Merge remote-tracking branch 'aspect-apps-origin/master'
0xamogh 6c675b0
docs: update README.md [skip ci]
allcontributors[bot] be8134f
docs: create .all-contributorsrc [skip ci]
allcontributors[bot] f7546b4
Merge pull request #3 from aspect-apps/all-contributors/add-lukebrand…
0xamogh 6657256
docs: update README.md [skip ci]
allcontributors[bot] 50bcf1f
docs: update .all-contributorsrc [skip ci]
allcontributors[bot] 0fef763
Merge pull request #7 from aspect-apps/all-contributors/add-ChesterSim
0xamogh cf3d99a
docs: update README.md [skip ci]
allcontributors[bot] c6fcb21
docs: update .all-contributorsrc [skip ci]
allcontributors[bot] d21e764
Merge pull request #8 from aspect-apps/all-contributors/add-amogh-jrules
0xamogh 8c733ee
Updated gitignore to include build
0xamogh 026d012
Removing build folder and updated gitignore
0xamogh ef393c6
fixing entry point not found issue
rodriigovieira de45b01
docs: update README.md [skip ci]
allcontributors[bot] 91f2e30
docs: update .all-contributorsrc [skip ci]
allcontributors[bot] dfa9c8c
Merge pull request #10 from aspect-apps/all-contributors/add-rodriigo…
0xamogh fa521b2
Build folder
bdbe23f
Build folder
f53fac8
removed prepublish
ef0bdf1
Moved @types deps
d4f58f4
reversed changes
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
{ | ||
"files": [ | ||
"README.md" | ||
], | ||
"imageSize": 100, | ||
"commit": false, | ||
"contributors": [ | ||
{ | ||
"login": "lukebrandonfarrell", | ||
"name": "Luke Brandon Farrell", | ||
"avatar_url": "https://avatars3.githubusercontent.com/u/18139277?v=4", | ||
"profile": "http://www.lukebrandonfarrell.com", | ||
"contributions": [ | ||
"code", | ||
"infra", | ||
"projectManagement" | ||
] | ||
}, | ||
{ | ||
"login": "ChesterSim", | ||
"name": "Chester Sim", | ||
"avatar_url": "https://avatars2.githubusercontent.com/u/12388321?v=4", | ||
"profile": "https://github.com/ChesterSim", | ||
"contributions": [ | ||
"doc", | ||
"code" | ||
] | ||
}, | ||
{ | ||
"login": "amogh-jrules", | ||
"name": "Amogh Jahagirdar", | ||
"avatar_url": "https://avatars3.githubusercontent.com/u/31567169?v=4", | ||
"profile": "https://jramogh.co", | ||
"contributions": [ | ||
"doc", | ||
"code" | ||
] | ||
}, | ||
{ | ||
"login": "rodriigovieira", | ||
"name": "Rodrigo Vieira", | ||
"avatar_url": "https://avatars1.githubusercontent.com/u/7014073?v=4", | ||
"profile": "https://github.com/rodriigovieira", | ||
"contributions": [ | ||
"bug" | ||
] | ||
} | ||
], | ||
"contributorsPerLine": 7, | ||
"projectName": "react-native-stripe-payments", | ||
"projectOwner": "aspect-apps", | ||
"repoType": "github", | ||
"repoHost": "https://github.com", | ||
"skipCi": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this just a precaution or did you face any issues?