Skip to content

Commit 16f3cbe

Browse files
committed
chore(deps): [email protected]
- **fix: corrected transactionReason detection for re-purchased subscriptions** - Fixed an issue where previously cancelled subscriptions that were purchased again were incorrectly marked as instead of . Now uses Apple's from JSON representation for accurate transaction type detection.
1 parent 14a5c85 commit 16f3cbe

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

commitlint.config.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
module.exports = {extends: ['@commitlint/config-conventional']};
1+
module.exports = {
2+
extends: ['@commitlint/config-conventional'],
3+
rules: {
4+
'body-max-line-length': [0, 'always', Infinity],
5+
},
6+
};

openiap-versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"apple": "1.2.17",
2+
"apple": "1.2.18",
33
"google": "1.2.12",
44
"gql": "1.0.12"
55
}

0 commit comments

Comments
 (0)