Commit 0849c93
fix: handle nullable productId in QDeferredTransaction construction
Purchase.productId returns String? (via products.firstOrNull()) but
QDeferredTransaction.productId expects non-nullable String. Use the
same `?: ""` convention as PurchaseRecord.kt.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent d0a873b commit 0849c93
File tree
1 file changed
+2
-2
lines changed- sdk/src/main/java/com/qonversion/android/sdk/internal
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
579 | 579 | | |
580 | 580 | | |
581 | 581 | | |
582 | | - | |
| 582 | + | |
583 | 583 | | |
584 | 584 | | |
585 | 585 | | |
| |||
1085 | 1085 | | |
1086 | 1086 | | |
1087 | 1087 | | |
1088 | | - | |
| 1088 | + | |
1089 | 1089 | | |
1090 | 1090 | | |
1091 | 1091 | | |
| |||
0 commit comments