@riocrypto/common-server 1.0.586 → 1.0.588

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.
@@ -41,8 +41,8 @@ class KapstarClient {
41
41
  name: user.type === common_1.UserType.Business
42
42
  ? user.companyName
43
43
  : user.firstName + " " + user.lastName,
44
- tax_id: user.cpf,
45
44
  tags: [orderId],
45
+ tax_id: user.cpf,
46
46
  });
47
47
  return kapstarResponse.data;
48
48
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common-server",
3
- "version": "1.0.586",
3
+ "version": "1.0.588",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",
@@ -23,7 +23,7 @@
23
23
  "dependencies": {
24
24
  "@aws-sdk/client-s3": "^3.297.0",
25
25
  "@google-cloud/storage": "^6.9.5",
26
- "@riocrypto/common": "^1.0.564",
26
+ "@riocrypto/common": "^1.0.565",
27
27
  "@types/express": "^4.17.13",
28
28
  "axios": "^0.27.2",
29
29
  "ccxt": "^3.0.30",