Apps
This is an example implementation. Only community support is available.
Authorize.net
by Saleor Commerce
Connect Saleor with Authorize.net payments.
Authorize.net app
This app integrates Saleor with the Authorize.net payment gateway.
Required Saleor version: 3.13
This is an example implementation. Only community support is available.
Development
Prerequisites
Software
- Node.js 18
- pnpm 8.14.1
Access
An Authorize.net Sandbox account is required to run the app. You can create one here.
Installation
- Copy
.env.example
to.env
and fill in the required values. pnpm install
Usage
The app needs to be tunneled.
To run the app on port 3000, use the following command:
pnpm dev
Running storefront example
This app comes with a simple storefront example. To run it, follow these steps:
- Go to the
example
directory. - Copy
.env.example
to.env
and fill in the required values. pnpm install
pnpm dev
Each time you modify a .graphql
file, you have to run:
pnpm generate