UNPKG

iap-apple

Version:

Integration with Apples InAppPurchases in Typescript, available for NodeJS environments.

5 lines (4 loc) 295 B
import { RECEIPT_STATUS_ENUM } from '../shared'; export declare const STATUS_TO_MESSAGE_MAP: Record<RECEIPT_STATUS_ENUM, string>; export declare const PROD_PATH = "https://buy.itunes.apple.com/verifyReceipt"; export declare const SANDBOX_PATH = "https://sandbox.itunes.apple.com/verifyReceipt";