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

Update README links #15

Merged
merged 1 commit into from
Jun 7, 2024
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To use Gigs Embeds, you need:

1. A Gigs project
2. A Gigs API Key
3. A server to create an [authenticated Connect Session](https://developers.gigs.com/docs/api/cdb1438ed4da9-creating-connect-sessions)
3. A server to create an [authenticated Connect Session](https://developers.gigs.com/docs/connect/connect-sessions/creating-connect-sessions)

> [!TIP]
> You're not yet a Gigs customer? [Get in touch](https://gigs.com/contact) to discuss the next steps!
Expand Down
4 changes: 2 additions & 2 deletions docs/porting-embed.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The Porting Embed allows a user to complete a number porting inside your app.

[Number Porting](https://developers.gigs.com/docs/api/29f8ee7096761-how-porting-works) is split up into multiple steps:
[Number Porting](https://developers.gigs.com/docs/core/how-porting-works) is split up into multiple steps:

1. Carrier Details (Account Number & PIN)
2. Account Holder Details (First Name, Last Name & Birthday)
Expand All @@ -13,7 +13,7 @@ Each step is displayed only if the porting requires certain fields. If the user

## Usage

1. Create a Gigs [Connect Session](https://developers.gigs.com/docs/api/cdb1438ed4da9-creating-connect-sessions) on your own server.
1. Create a Gigs [Connect Session](https://developers.gigs.com/docs/connect/connect-sessions/creating-connect-sessions) on your own server.
2. Pass the session object from your server to your app.
3. Initialize the embed using the session object with an intent of type `completePorting`, your project ID and an `onCompleted` callback function.
4. Navigate the user to the next screen once the number porting is completed.
Expand Down
Loading