Skip to content

[Docu] TypoScript for payments incorrect? #22

Description

@medarob

I used this TypoScript

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

as described in the documentation
https://docs.typo3.org/p/extcode/cart-paypal/5.0/en-us/AdministratorManual/Configuration/PaymentMethod/Index.html
but the Paypal option wasn't available during checkout.

When I change it to

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

it works and then I have two options in the checkout form.

Maybe the TypoScript example in the cart_paypal documentation needs to be updated (including de) or did I do something wrong?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions