/** * Google Pay Service (Standalone) — re-export shim. * * The canonical implementation lives in `@tagadapay/core-js`. This file * preserves the historical import path `@tagadapay/plugin-sdk/v2/standalone` * for downstream consumers (studio-app, vanilla-checkout templates, * payment-error-dashboard) — they keep working unchanged. */ export { isGooglePayAvailable, startGooglePaySession, type GooglePayServiceConfig, type GooglePayPaymentRequest, type GooglePayTokenResult, type GooglePayAddress, type GooglePayCallbacks, } from '@tagadapay/core-js';