odoo/addons/payment_paypal/models
Goffin Simon dbf44a9680 [FIX] payment_paypal: country and state code required for paypal
As explained in:

-https://developer.paypal.com/docs/classic/api/country_codes/
-https://developer.paypal.com/docs/classic/api/state_codes/

The country and state code is required to create a paypal transaction.

But in some cases, the complete name of the state/province is required.
For example, for India, sometimes the complete name of the state is required.
Check the list of those state/province in the documentation.

Hint: form_preprocess_values

opw:682872
2016-07-26 15:59:55 +02:00
..
__init__.py [IMP] payment_acquirer_paypal: paypal account integration in payment_paypal 2014-01-23 16:01:35 +01:00
paypal.py [FIX] payment_paypal: country and state code required for paypal 2016-07-26 15:59:55 +02:00
res_company.py [IMP] payment: renamed message in pre_msg, msg displayed before 2014-01-24 14:46:52 +01:00