Skip to content

Commit 3f7f9d7

Browse files
authored
fix(payments): receipts sending fixed (#479)
* Update cloudpayments.ts * Update package.json
1 parent 7bbf472 commit 3f7f9d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hawk.api",
3-
"version": "1.1.15",
3+
"version": "1.1.16",
44
"main": "index.ts",
55
"license": "UNLICENSED",
66
"scripts": {

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)