Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 495 Bytes

File metadata and controls

19 lines (15 loc) · 495 Bytes

Contributing

Development

dotnet restore
dotnet test
dotnet pack src/MakePay/MakePay.csproj -c Release

Pull Requests

  • Keep public method names stable once released.
  • Add tests for request signing, URL generation, webhook verification, and each new endpoint helper.
  • Never commit live credentials, webhook secrets, wallet private keys, customer data, or production payload dumps.
  • Keep the SDK aligned with the OpenAPI contract in makecryptoio/makepay-openapi.