midtrans-client
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "midtrans-client", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Official Midtrans Payment API Client for Node JS", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -53,3 +53,2 @@ Midtrans Client - Node JS | ||
}); | ||
) | ||
``` | ||
@@ -66,3 +65,2 @@ | ||
}); | ||
) | ||
``` | ||
@@ -116,3 +114,3 @@ | ||
``` | ||
`parameter` is Dictionary or String of JSON of [SNAP Parameter](https://snap-docs.midtrans.com/#json-objects) | ||
`parameter` is Object or String of JSON of [SNAP Parameter](https://snap-docs.midtrans.com/#json-objects) | ||
@@ -130,3 +128,2 @@ | ||
}); | ||
); | ||
@@ -210,3 +207,2 @@ let parameter = { | ||
}); | ||
); | ||
@@ -279,3 +275,3 @@ let parameter = { | ||
``` | ||
`parameter` is Dictionary or String of JSON of [SNAP Parameter](https://api-docs.midtrans.com/#json-objects) | ||
`parameter` is Object or String of JSON of [Core API Parameter](https://api-docs.midtrans.com/#json-objects) | ||
@@ -296,3 +292,2 @@ #### Credit Card Get Token | ||
}); | ||
); | ||
@@ -333,3 +328,2 @@ let parameter = { | ||
}); | ||
); | ||
@@ -427,3 +421,3 @@ apiClient.transaction.notification(notificationJson) | ||
- [Snap examples](/examples/snapApi) | ||
- [Express App examples](/examples/ExpressApp) that implement Snap & Core Api | ||
- [Express App examples](/examples/expressApp) that implement Snap & Core Api | ||
@@ -430,0 +424,0 @@ ## Get help |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
27458
9
0
421