Skip to content

Commit 6305a3b

Browse files
committed
Merge branch 'master' of github.com:codex-team/hawk.api.nodejs into stage
2 parents 2961bac + 3201ad9 commit 6305a3b

3 files changed

Lines changed: 6 additions & 9 deletions

File tree

.github/workflows/build-and-push-docker-image.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ jobs:
1717
runs-on: ubuntu-20.04
1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@v3
21-
with:
22-
ref: stage
20+
uses: actions/checkout@v4
2321

2422
- name: Login to GitHub registry
2523
uses: docker/login-action@v2
@@ -58,4 +56,3 @@ jobs:
5856
tags: ${{ steps.meta.outputs.tags }}
5957
labels: ${{ steps.meta.outputs.labels }}
6058
push: ${{ github.ref == 'refs/heads/stage' || github.ref == 'refs/heads/prod' || startsWith(github.ref, 'refs/tags/v') }}
61-
no-cache: true

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hawk.api",
3-
"version": "1.1.16",
3+
"version": "1.1.17",
44
"main": "index.ts",
55
"license": "UNLICENSED",
66
"scripts": {
@@ -48,8 +48,8 @@
4848
"@types/mongodb": "^3.6.20",
4949
"@types/node": "^16.11.46",
5050
"@types/node-fetch": "^2.5.4",
51-
"@types/uuid": "^8.3.4",
5251
"@types/safe-regex": "^1.1.6",
52+
"@types/uuid": "^8.3.4",
5353
"amqp-connection-manager": "^3.1.0",
5454
"amqplib": "^0.5.5",
5555
"apollo-server-express": "^3.10.0",
@@ -73,8 +73,8 @@
7373
"migrate-mongo": "^7.0.1",
7474
"mime-types": "^2.1.25",
7575
"mongodb": "^3.7.3",
76+
"safe-regex": "^2.1.0",
7677
"ts-node-dev": "^2.0.0",
77-
"uuid": "^8.3.2",
78-
"safe-regex": "^2.1.0"
78+
"uuid": "^8.3.2"
7979
}
8080
}

src/billing/cloudpayments.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,7 @@ export default class CloudPaymentsWebhooks {
886886
{
887887
Items: [ item ],
888888
email: userMail,
889-
taxationSystem: TaxationSystem.GENERAL,
889+
taxationSystem: TaxationSystem.SIMPLIFIED_INCOME,
890890
}
891891
);
892892
}

0 commit comments

Comments
 (0)