Formulaire paypal :
#SET{detail1, #ARRAY{
descriptif,Graines de champion,
quantite,2,
prix,5,
}}
#SET{detail2, #ARRAY{
descriptif,Cabanes dans les bois,
quantite,1,
prix,7.5,
}}
[(#SET{details,
#GET{details}|push{
#GET{detail1}
}
|push{
#GET{detail2}
}
}
)]
[(#REM) La variable invoice doit etre une chaine unique qui identifie la commande ]
[(#FORMULAIRE_PAYPAL{#ARRAY{
periode,M,
libelle,Ceci n'est pas une pipe,
invoice,[abonnement-1-(#SESSION{id_auteur})],
redirect_ok,[(#URL_PAGE{paiement_ok})],
details,#GET{details},
}})]