Steve the Canuck wrote:
> I'm trying to retrieve the following as an array from my app.yml:
>
> app_paypal_postback_status
>
> I've tried the following configurations but neither works. What I am
> I doing wrong?
>
> Thanks!
>
> all:
> paypal:
> postback:
> timeout: 30
> status:
> .array:
> new: W
> verified: V
> invalid: I
> failed: F
>
> I've also tried:
>
> all:
> paypal:
> postback:
> timeout: 30
> .array:
> status:
> new: W
> verified: V
> invalid: I
> failed: F
>
>
Try this:
all:
paypal:
postback:
timeout: 30
.status:
new: W
verified: V
invalid: I
failed: F
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---