@sourceloop/payment-service / Exports / PayPalBindings
Namespace: PayPalBindings¶
Table of contents¶
Variables¶
Variables¶
PayPalConfig¶
• Const
PayPalConfig: BindingKey
<null
| { clientId
: string
; clientSecret
: string
}>
Defined in¶
services/payment-service/src/providers/paypal/keys.ts:5
PayPalHelper¶
• Const
PayPalHelper: BindingKey
<null
| PayPalPaymentGateway
>