@t-0/provider-starter-ts 0.4.17 → 0.4.18

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": "0.4.17",
3
+ "version": "0.4.18",
4
4
  "description": "CLI tool to scaffold a Node.js t-0 Network integration service",
5
5
  "main": "dist/create.js",
6
6
  "bin": {
@@ -2,7 +2,7 @@ import {type Client, NetworkService, PaymentMethodType} from "@t-0/provider-sdk"
2
2
  import {toProtoDecimal} from "./lib";
3
3
 
4
4
  export default async function submitPayment(networkClient: Client<typeof NetworkService>): Promise<void> {
5
- // TODO: Step 2.3 replace this with receiving quotes from you systems and publishing them into t-0 Network. We recommend publishing at least once per 5 seconds, but not more than once per second
5
+ // TODO: Step 2.3 Test submitting payment to the system
6
6
  const result = await networkClient.createPayment({
7
7
  currency: 'GBP',
8
8
  amount: {