-
Notifications
You must be signed in to change notification settings - Fork 13
[Documentation] Offsite Payments / Universal Links #143
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
Merged
Conversation
This file contains hidden or 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
markmur
commented
Dec 6, 2024
Comment on lines
+102
to
+142
|
|
||
| ## Running the sample app | ||
|
|
||
| To run the sample app in this repo, first clone the repo and run the following | ||
| commands at the root of the project directory. | ||
|
|
||
| ### Install NPM dependencies | ||
|
|
||
| ```sh | ||
| yarn | ||
| ``` | ||
|
|
||
| ### Install Cocoapods | ||
|
|
||
| ```sh | ||
| yarn pod-install sample/ios | ||
| ``` | ||
|
|
||
| ### Build the local module | ||
|
|
||
| ```sh | ||
| yarn module build | ||
| ``` | ||
|
|
||
| ### Update the dotenv file | ||
|
|
||
| Replace the details in the `sample/.env.example` file and rename it to | ||
| `sample/.env` | ||
|
|
||
| ``` | ||
| # Storefront Details | ||
| STOREFRONT_DOMAIN="YOUR_STORE.myshopify.com" | ||
| STOREFRONT_ACCESS_TOKEN="YOUR_PUBLIC_STOREFRONT_ACCESS_TOKEN" | ||
| STOREFRONT_VERSION="2024-04" | ||
| ``` | ||
|
|
||
| ### Start the sample app | ||
|
|
||
| ```sh | ||
| yarn sample start | ||
| ``` |
Contributor
Author
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.
Moving this section from the README here
markmur
commented
Dec 6, 2024
README.md
Outdated
Comment on lines
24
to
58
| - [Platform Requirements](#platform-requirements) | ||
| - [Getting Started](#getting-started) | ||
| - [1. Installation](#1-installation) | ||
| - [2. Minimum Android requirements](#2-minimum-android-requirements) | ||
| - [3. Minimum iOS requirements](#3-minimum-ios-requirements) | ||
| - [Basic Usage](#basic-usage) | ||
| - [Programmatic Usage](#programmatic-usage) | ||
| - [Usage with the Shopify Storefront API](#usage-with-the-shopify-storefront-api) | ||
| - [Configuration](#configuration) | ||
| - [`colorScheme`](#colorscheme) | ||
| - [`colors`](#colors) | ||
| - [Localization](#localization) | ||
| - [Checkout Sheet title](#checkout-sheet-title) | ||
| - [iOS](#ios) | ||
| - [Android](#android) | ||
| - [Currency](#currency) | ||
| - [Language](#language) | ||
| - [Preloading](#preloading) | ||
| - [Important considerations](#important-considerations) | ||
| - [Flash Sales](#flash-sales) | ||
| - [When to preload](#when-to-preload) | ||
| - [Cache invalidation](#cache-invalidation) | ||
| - [Checkout lifecycle](#checkout-lifecycle) | ||
| - [`addEventListener(eventName, callback)`](#addeventlistenereventname-callback) | ||
| - [`removeEventListeners(eventName)`](#removeeventlistenerseventname) | ||
| - [Behavioral data - Web pixels](#behavioral-data---web-pixels) | ||
| - [Identity \& customer accounts](#identity--customer-accounts) | ||
| - [Cart: buyer bag, identity, and preferences](#cart-buyer-bag-identity-and-preferences) | ||
| - [Multipass](#multipass) | ||
| - [Shop Pay](#shop-pay) | ||
| - [Customer Account API](#customer-account-api) | ||
| - [Offsite Payments](#offsite-payments) | ||
| - [Universal Links - iOS](#universal-links---ios) | ||
| - [Contributing](#contributing) | ||
| - [License](#license) |
Contributor
Author
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.
This is autogenerated using the "Markdown All in one" extension
6c7be86 to
11bc3ff
Compare
11bc3ff to
25c1a1a
Compare
e933c2c to
121d8bd
Compare
anulind
approved these changes
Dec 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What changes are you making?