Skip to content

Commit

Permalink
Merge pull request #574 from isucon/fix_external_service_spec_md
Browse files Browse the repository at this point in the history
fix EXTERNAL_SERVICE_SPEC.md
  • Loading branch information
catatsuy authored Nov 5, 2019
2 parents 5c9cd21 + 846c8ed commit 42a9453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/docs/EXTERNAL_SERVICE_SPEC.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
### `POST /card`

* 加盟店ID(`shop_id`)とカード番号(`card_number`)を送ると、その加盟店IDで5分間だけ使えるトークンを発行できる
* 外部サービスからJavaScript経由でアクセスするので[Cross-Origin Resource Sharing (CORS)](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS)に対応
* JavaScript経由で決済サービスにアクセスするので[Cross-Origin Resource Sharing (CORS)](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS)に対応
* カード番号の形式は`[0-9A-F]{8}`

#### API仕様
Expand Down

0 comments on commit 42a9453

Please sign in to comment.