@t-0/provider-starter-ts 1.1.14 → 1.1.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t-0/provider-starter-ts",
3
- "version": "1.1.14",
3
+ "version": "1.1.15",
4
4
  "description": "CLI tool to scaffold a Node.js t-0 Network integration service",
5
5
  "main": "dist/create.js",
6
6
  "bin": {
@@ -12,7 +12,7 @@
12
12
  "author": "",
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
- "@t-0/provider-sdk": "^1.1.14",
15
+ "@t-0/provider-sdk": "^1.1.15",
16
16
  "dotenv": "^16.3.1",
17
17
  "tiny-invariant": "^1.3.3"
18
18
  },
@@ -69,7 +69,7 @@ const CreateProviderService = (networkClient: Client<typeof NetworkService>) =>
69
69
  return {} as AppendLedgerEntriesResponse
70
70
  },
71
71
 
72
- async approvePaymentQuote(req: ApprovePaymentQuoteRequest, _: HandlerContext) {
72
+ async approvePaymentQuotes(req: ApprovePaymentQuoteRequest, _: HandlerContext) {
73
73
  // TODO: when the payment goes through the Manual AML Check on the pay-out provider side, the provider submitted the payment will have a last look to approve final quote
74
74
  // The request includes payOutFix — the fixed charge in USD for this payout.
75
75
  // Consider it alongside payOutRate and payOutAmount when deciding to accept.