Skip to content

Commit

Permalink
決済取引を3DSクレジットカードに対応
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovegadd committed Jan 3, 2024
1 parent 87728ca commit 3393cc9
Show file tree
Hide file tree
Showing 27 changed files with 6,950 additions and 3,652 deletions.
15 changes: 10 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ jobs:
build:
# The primary container is an instance of the first list image listed. Your build commands run in this container.
docker:
- image: circleci/node:latest
# - image: circleci/node:latest
- image: cimg/node:18.19.0
steps:
- checkout
- run:
Expand Down Expand Up @@ -34,7 +35,8 @@ jobs:
command: npm run build
test:
docker:
- image: circleci/node:latest
# - image: circleci/node:latest
- image: cimg/node:18.19.0
steps:
- checkout
- restore_cache:
Expand All @@ -53,7 +55,8 @@ jobs:
# prefix: coverage
doc:
docker:
- image: circleci/node:latest
# - image: circleci/node:latest
- image: cimg/node:18.19.0
steps:
- checkout
- restore_cache:
Expand All @@ -65,7 +68,8 @@ jobs:
npm run doc
prerelease:
docker:
- image: circleci/node:latest
# - image: circleci/node:latest
- image: cimg/node:18.19.0
steps:
- checkout
- restore_cache:
Expand All @@ -81,7 +85,8 @@ jobs:
command: npm publish --tag next --access public
deploy:
docker:
- image: circleci/node:latest
# - image: circleci/node:latest
- image: cimg/node:18.19.0
steps:
- checkout
- restore_cache:
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
legacy-peer-deps=true
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
### Changed

- クレジットカードIFを3DSに対応
- 決済取引を3DSクレジットカードに対応

### Deprecated

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
[![npm (scoped)](https://img.shields.io/npm/v/@chevre/factory.svg)](https://www.npmjs.com/package/@chevre/factory)
[![CircleCI](https://circleci.com/gh/chevre-jp/factory.svg?style=shield)](https://circleci.com/gh/chevre-jp/factory)
[![Coverage Status](https://coveralls.io/repos/github/chevre-jp/factory/badge.svg?branch=master)](https://coveralls.io/github/chevre-jp/factory?branch=master)
[![Dependency Status](https://img.shields.io/david/chevre-jp/factory.svg)](https://david-dm.org/chevre-jp/factory)
[![Known Vulnerabilities](https://snyk.io/test/github/chevre-jp/factory/badge.svg)](https://snyk.io/test/github/chevre-jp/factory)
[![npm](https://img.shields.io/npm/dm/@chevre/factory.svg)](https://nodei.co/npm/@chevre/factory/)

Expand Down

0 comments on commit 3393cc9

Please sign in to comment.