GitXplorerGitXplorer
m

payment-sandbox

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
7050653cb2f605e398a729673abf3cec8514efcc

updated styles for 1.3.9

committed 3 years ago
Unverified
65a26459676ddc612512be932eeaa79559d7f762

fixed subtotal

committed 3 years ago
Unverified
99586d7d1271348bb31b9a8318d0ff753934f4ae

Merge branch 'master' of https://github.com/malewis5/payment-sandbox

committed 3 years ago
Unverified
672cd3a89647be01f122b4705c67a9e5c4599d0f

updated package.json

committed 3 years ago
Verified
1b4f0c5387881649d58f351b88ac4f2ac7c2e8e7

Update README.md

mmalewis5 committed 3 years ago
Unverified
cb84adf4155ca571a203badd6374b74bb39c3135

added env

committed 3 years ago

README

The README file for this repository.

Braintree Payments Sandbox

This sandbox is used for testing our Braintree Gateway.

Installation

  1. Use the terminal to clone this repo to your desired location.
git clone https://github.com/malewis5/payment-sandbox.git
  1. Create an .npmrc file
@peakactivity:registry=https://npm.pkg.github.com
//npm.pkg.github.com/:_authToken=<TOKEN>
  1. Create an .env file
REACT_APP_PAYMENT_MS_ENDPOINT = <microservice endpoint>
  1. Navigate your terminal to the new directory and install dependencies.
cd payment-sandbox 
npm install
  1. Start the local development server.
npm start
  1. Use ngrok to run using HTTPS.
ngrok http --region=us --hostname=revcommerce.ngrok.io 3000
  1. The sandbox is now live at https://revcommerce.ngrok.io ✨.

Support

For questions regarding the sandbox please see our payments documentation.