Skip to content

Commit

Permalink
(NOBIDS) more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelsc committed Feb 12, 2024
1 parent 39e6ee0 commit 3067a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporter/appsubscription_oracle.go
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ func verifyApple(apple *api.StoreClient, receipt *types.PremiumData) (*VerifyRes
if len(receipt.Receipt) > 100 {
transactionID, err := getLegacyAppstoreTransactionIDByReceipt(receipt.Receipt, receipt.ProductID)
if err != nil {
utils.LogError(err, "error resolving legacy appstore receipt", 0, nil)
utils.LogError(err, "error resolving legacy appstore receipt", 0, map[string]interface{}{"receipt": receipt.Receipt})
response.RejectReason = "exception_legresolve"
return response, err
}
Expand Down

0 comments on commit 3067a8e

Please sign in to comment.