| name | client-payment |
| description | How to use @owlmeans/client-payment — client-side payment service that wraps @owlmeans/payment for use from a React app. Auto-invoked when importing client payment primitives. |
| user-invocable | false |
@owlmeans/client-payment
Layer: Client
Install: "@owlmeans/client-payment": "^0.1.11" in dependencies
Key Exports
| Export | Description |
|---|
makePaymentService() | Client-side payment service factory |
| Payment types | Re-exports / extends @owlmeans/payment types |
| Constants | Service aliases |
Usage
import { makePaymentService } from '@owlmeans/client-payment'
context.registerService(makePaymentService())
Depends On
@owlmeans/payment, @owlmeans/client-context, @owlmeans/client-entrypoint