Ver Mensaje Individual
  #1 (permalink)  
Antiguo 04/07/2016, 04:57
Avatar de cluster28
cluster28
 
Fecha de Ingreso: enero-2008
Ubicación: Donostia - San Sebastián
Mensajes: 756
Antigüedad: 16 años, 4 meses
Puntos: 32
Payum con Paypal

Es la primera vez que voy a implementar el pago a través de Paypal y voy a usar Payum que parece el más usado.

La movida es que haciendo al configuración básica me sale un error que no tengo ni idea a qué se debe.

Código YML:
Ver original
  1. payum:
  2.     security:
  3.         token_storage:
  4.             PaymentBundle\Entity\PaymentToken: { doctrine: orm }
  5.  
  6.     storages:
  7.         PaymentBundle\Entity\Payment: { doctrine: orm }
  8.  
  9.     gateways:
  10.         paypal_rest:
  11.             factory: paypal_rest
  12.             client_id: %dev_paypal_clientd_id%
  13.             client_secret: %dev_paypal_secret%
  14.             config_path: '%kernel.root_dir%/config/sdk_config.ini'

Código Error:
Ver original
  1. Request GetHumanStatus{model: ArrayObject} is not supported. Make sure the gateway supports the requests and there is an action which supports this request (The method returns true). There may be a bug, so look for a related issue on the issue tracker.

El sdk_config.ini no se si es realmente necesario