We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eced63c + 3f7f9d7 commit 1a27875Copy full SHA for 1a27875
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "hawk.api",
3
- "version": "1.1.15",
+ "version": "1.1.16",
4
"main": "index.ts",
5
"license": "UNLICENSED",
6
"scripts": {
src/billing/cloudpayments.ts
@@ -886,7 +886,7 @@ export default class CloudPaymentsWebhooks {
886
887
Items: [ item ],
888
email: userMail,
889
- taxationSystem: TaxationSystem.GENERAL,
+ taxationSystem: TaxationSystem.SIMPLIFIED_INCOME,
890
}
891
);
892
0 commit comments