We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a9a4a2 commit cad1bb9Copy full SHA for cad1bb9
packages/payments/CHANGELOG.md
@@ -0,0 +1,25 @@
1
+## 3.1.0 (2025-08-18)
2
+
3
+### 🚀 Features
4
5
+- **payments:** google play billing 8.0 ([#42](https://github.com/NativeScript/payments/pull/42))
6
7
+### ⚠️ Breaking Changes
8
9
+`finalizeOrder` takes a 2nd argument now.
10
11
+**before**:
12
13
+```
14
+finalizeOrder(order: Order);
15
16
17
+**after**:
18
19
20
+finalizeOrder(order: Order, consume: boolean)
21
22
23
+### ❤️ Thank You
24
25
+- Eduardo Speroni @edusperoni
packages/payments/package.json
@@ -1,6 +1,6 @@
{
"name": "@nativescript/payments",
- "version": "3.0.2",
+ "version": "3.1.0",
"description": "In-App Purchase and Subscriptions for NativeScript",
"main": "index",
"typings": "index.d.ts",
0 commit comments