DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Payment Method ConfigurationΒΆ

The payment method for PayPal is configured like any other payment method. There are all configuration options from Cart available.

plugin.tx_cart {
    payments {
        options {
            2 {
                provider = PAYPAL
                title = Paypal
                extra = 0.00
                taxClassId = 1
                status = open
            }
        }
    }
}

Property

plugin.tx_cart.payments.options.n.provider

Data type

string

Description

Defines that the payment provider for PayPal should be used. This information is mandatory and ensures that the extension Cart PayPal takes control and for the authorization of payment the user forwards to the PayPal site.