/** * Apple Pay Service (Standalone) — re-export shim. * * The canonical implementation lives in `@tagadapay/core-js` so partner * code, the studio, the native checkout, and the plugin-sdk all share a * single source of truth for the native Apple Pay primitive (BasisTheory * tokenization, no checkout session). This file preserves the historical * import path `@tagadapay/plugin-sdk/v2/standalone` so existing consumers * (studio-app, vanilla-checkout templates, …) keep working without * code changes. */ export { isApplePayAvailable, startApplePaySession, type ApplePayServiceConfig, type ApplePayPaymentRequest, type ApplePayTokenResult, type ApplePayShippingContact, type ApplePayCallbacks, } from '@tagadapay/core-js';