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

Stripe Payments #51

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
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
7 changes: 7 additions & 0 deletions RoadmapProject/Script/Content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,13 @@
- Articles:
- "Focus-Driven Interfaces with UIKit": "https://developer.apple.com/videos/play/techtalks-apple-tv/3/"
- WatchKit:
- Integrations:
- Stripe Payments:
- RESOURCES:
- Documentation:
- "https://stripe.com/docs/payments/integration-builder"
- Articles:
- "https://medium.com/thecodr/payments-on-ios-with-stripe-759507f892af"
- Computer Science knowledge^:
- Algorithms^:
- RESOURCES:
Expand Down
Binary file modified RoadmapProject/Script/Generated/ESSENTIALROADMAP.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions RoadmapProject/Script/Generated/ROADMAP.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified RoadmapProject/Script/Generated/ROADMAP.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions RoadmapProject/Script/Generated/ROADMAP.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## iOS Developer > Computer Science knowledge > Programming Paradigms > Functional > Functional Reactive Programming Frameworks > Combine Framework

### Articles
- [ ] [Combine Framework in Swift](https://medium.com/flawless-app-stories/combine-framework-in-swift-b730ccde131)


4 changes: 2 additions & 2 deletions RoadmapProject/cocoapods-rome/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ DEPENDENCIES:
- Yaml (= 3.4.4)

SPEC REPOS:
https:/cocoapods/specs.git:
https:/CocoaPods/Specs.git:
- Yaml

SPEC CHECKSUMS:
Yaml: 52831fc1d9ac2db4ddf6d7562993457127256ca6

PODFILE CHECKSUM: de07574491a403eb801cf477d05e55578e8c895a

COCOAPODS: 1.6.1
COCOAPODS: 1.10.0
4 changes: 2 additions & 2 deletions RoadmapProject/cocoapods-rome/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading