Skip to content

Commit

Permalink
Merge pull request #42 from afterpay/fix-buffered-response-improve-lo…
Browse files Browse the repository at this point in the history
…gging

Fix for chunked checkout response
  • Loading branch information
ScottAntonacAP authored Jul 2, 2024
2 parents 12565d6 + 029d13a commit d336d35
Show file tree
Hide file tree
Showing 10 changed files with 625 additions and 245 deletions.
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
LOG_LEVEL="" # Options are DEBUG, INFO, WARN, ERROR. Defaults to WARN

AFTERPAY_MERCHANT_ID="#####"
AFTERPAY_SECRET_KEY="***************"
## Optional variables
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Dependencies
run: npm install
run: npm ci

- name: Build
run: npm run build
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
registry=https://registry.npmjs.org/
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"tslint.enable": false,
"eslint.enable": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"editor.codeActionsOnSaveTimeout": 2000,
"[javascript]": {
Expand Down
Loading

0 comments on commit d336d35

Please sign in to comment.