diff --git a/Co-Badged Cards/README.md b/Co-Badged Cards/README.md index ba65903..65fc339 100644 --- a/Co-Badged Cards/README.md +++ b/Co-Badged Cards/README.md @@ -26,11 +26,15 @@ open "Co-Badged Cards Example.xcodeproj" 4. Run the project from Xcode 🚀 +---- + +This project requires a server to communicate with Primer's API. To get started quickly, we encourage you to use the [companion backend](https://github.com/primer-io/example-backend). + ## Trying it out This example app allows you to: -- Generate a client token (requires local server, see here TODO) +- Generate a client token - Make a payment using a card - Select a co-badged network when making a payment with a co-badged card @@ -38,7 +42,6 @@ We support several test cards for different test cases, which you can find in ou 📄 **[Primer Payments Testing](https://primer.io/docs/payments/testing)** - ## Understanding the integration ### PrimerDataService diff --git a/README.md b/README.md index 8a90ec6..e046d19 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# Checkout Examples for Primer iOS SDK +![Primer Banner](./images/primer-banner.png) -This repo contains examples of how to try out and how to integrate Primer's iOS SDK. +# 💳 Checkout Example for Primer iOS SDK -Each example is focused on one aspect of the integration path. +This repository contains examples of how to integrate [Primer's iOS SDK](https://primer.io/docs/sdk/ios/2.x.x/). | Example | Description | | ------- | ----------- | -| 💳 [Co-Badged Cards](/Co-Badged%20Cards) | This example demonstrates how to integrate co-badged card support if you are offering support to your customers for a relevant network, such as Cartes Bancaires | \ No newline at end of file +| [Co-Badged Cards on Headless Checkout](/Co-Badged%20Cards) | This example demonstrates how to integrate a simple card form using Headless Checkout that handles co-badged cards. | \ No newline at end of file diff --git a/images/primer-banner.png b/images/primer-banner.png new file mode 100644 index 0000000..70c17bf Binary files /dev/null and b/images/primer-banner.png differ