Releases: SimPaypl/SimPay-API-TypeScript
Releases · SimPaypl/SimPay-API-TypeScript
3.1.0
Update API version, add payment models & tests - Bump version to 3.1.0 - Add new online payment models and types - Introduce `Payment` class for handling transactions - Replace `ts-node` with `vitest` for testing - Remove unused hashing functions (sha1, md5) - Refactor query parameter handling in services - Add paginated response type for direct billing service - Implement unit tests using `vitest` - Delete old test scripts
3.0.3
3.0.2
3.0.1
3.0.0
Update eslintignore, package.json, and models for DirectBilling and SMS services
v2.3.0 Update eslintignore, package.json, and models for DirectBilling and S…
Add 'complete' to DbServiceNotify and update DirectBilling.
This commit adds a new property 'complete' to the interface DbServiceNotify in db.service.ts file. It also updates the DirectBilling class in directbilling.ts file to use this new property instead of 'success'.
Add steamid to DirectBilling payment request parameters
v2.2.3 Add steamid to DirectBilling payment request parameters