Skip to content

Commit

Permalink
Marked oldProductId as optional
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 25, 2024
1 parent 8519365 commit db0d2ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class QonversionSandwich(
productId: String,
offerId: String?,
applyOffer: Boolean?,
oldProductId: String,
oldProductId: String?,
updatePolicyKey: String?,
contextKeys: List<String>?,
resultListener: ResultListener
Expand Down

0 comments on commit db0d2ab

Please sign in to comment.