Skip to content

Commit

Permalink
debug: add iap debug log to api namespace
Browse files Browse the repository at this point in the history
Signed-off-by: William Casarin <[email protected]>
  • Loading branch information
jb55 committed Feb 26, 2024
1 parent 57863ec commit fc7dd3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app_store_receipt_verifier.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
const { AppStoreServerAPIClient, Environment, ReceiptUtility, Order, ProductType, SignedDataVerifier } = require("@apple/app-store-server-library")
const { current_time } = require("./utils")
const fs = require('fs')
const debug = require('debug')('iap')
const debug = require('debug')('api:iap')

/**
* Verifies the receipt data and returns the expiry date if the receipt is valid.
Expand Down

0 comments on commit fc7dd3b

Please sign in to comment.