Jump to content

Différences entre module Paypal V1.1 et V1.2, peut on faire les modifs


jolvil

Recommended Posts

J'ai remarqué en faisant un windiff sur les fichiers paypal.php et paypal.tpl des versions 1.1 et 1.2 qu'il y avait quelques différences:

apparition de 'PAYPAL_HEADER'

et dans paypal.tpl

<input type="hidden" name="rm" value="1" />
est devenu
<input type="hidden" name="rm" value="2" />

rm:
Return URL behavior. If set to “1” and if a “return” value is submitted, upon completion of the payment the buyer will be sent back to the return URL using a GET method, and no transaction variables will be submitted. If set to “2” and if a “return” value is submitted, the buyer will be sent back to the return URL using a POST method, to which all available transaction variables will also be posted. If omitted or set to “0”, GET methods will be used for all Buy Now, Donate, Subscribe, and PayPal Shopping Cart transactions in which Instant Payment Notification is not enabled. POST methods with variables will be used for the rest


https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_html_Appx_websitestandard_htmlvariables

Il semble que l'on ai changé de methode!

question:

Est il conseillé ou perilleux de faire des modifications pour le module Paypal de la V1.1?

le module Paypal de la V1.2 est il compatible avec la V1.1?
Link to comment
Share on other sites

Haaaah ! un interlocuteur. :lol:

bien sur il y a plus de differences mais pas tellement plus.

C'est surtout le

<input type=“hidden” name=“rm” value=“1” />
qui est devenu
<input type=“hidden” name=“rm” value=“2” />

qui me fait poser des questions

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...