We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bbf472 commit 3f7f9d7Copy full SHA for 3f7f9d7
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