zibri
    Preparing search index...

    Options for configuring the PayPalPaymentProvider.

    type PayPalProviderOptions = {
        clientId: string;
        clientSecret: string;
        env: PayPalEnv;
    }
    Index

    Properties

    clientId: string

    The clientId needed to authenticate with the api.

    clientSecret: string

    The clientSecret needed to authenticate with the api.

    env: PayPalEnv

    The PayPal environment, either 'sandbox' or 'live'.