File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 11{
22 "name" : " hawk.api" ,
3- "version" : " 1.1.16 " ,
3+ "version" : " 1.1.17 " ,
44 "main" : " index.ts" ,
55 "license" : " UNLICENSED" ,
66 "scripts" : {
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" ,
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}
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments