Skip to content

Commit c45ba56

Browse files
committed
Rename project
1 parent 85e5cb6 commit c45ba56

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010

1111
### Changed
1212
- Session create endpoint request data structure.
13+
- Rename project.
1314

1415
### Fixed
1516
- Handling of line items quantity default value.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# Stripe Server-side Checkout
1+
# Stripe Checkout Service (Server-side)

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "stripe-server-checkout",
2+
"name": "stripe-checkout-service",
33
"version": "0.1.0",
44
"private": true,
55
"main": "index.js",

0 commit comments

Comments
 (0)