[IMP] payment_acquirer_paypal: dummy data + removed import of tests

bzr revid: tde@openerp.com-20131127153619-4g8savetjkn8clap
This commit is contained in:
Thibault Delavallée 2013-11-27 16:36:19 +01:00
parent 0759dcb6c0
commit 648fbb00ef
4 changed files with 12 additions and 12 deletions

View File

@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
from . import test_ogone
# from . import test_ogone
checks = [
test_ogone,
# test_ogone,
]

View File

@ -7,10 +7,10 @@
<field name="view_template_id" ref="paypal_acquirer_button"/>
<field name="env">test</field>
<field name="paypal_tx_url">https://www.sandbox.paypal.com/cgi-bin/webscr</field>
<field name="paypal_email_id">tde+paypal-facilitator@openerp.com</field>
<field name="paypal_username">tde+paypal-facilitator_api1.openerp.com</field>
<field name="paypal_api_username">AYf_uBATwly1C72DqE2njwDHmZI25UHcZMwvgvgICLkeQEgutvrhrg6y3KhZ</field>
<field name="paypal_api_password">EJSDgxC_LuZ9oeG-Ud_oozfiDqqN3mUVLMmzPK71IZA3TM4taicUY2uaJYU1</field>
<field name="paypal_email_id">dummy</field>
<field name="paypal_username">dummy</field>
<field name="paypal_api_username">dummy</field>
<field name="paypal_api_password">dummy-Ud_oozfiDqqN3mUVLMmzPK71IZA3TM4taicUY2uaJYU1</field>
</record>
</data>

View File

@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
from . import test_paypal
# from . import test_paypal
checks = [
test_paypal,
# test_paypal,
]

View File

@ -25,11 +25,11 @@ class PaypalCommon(PaymentAcquirerCommon):
'name': 'paypal',
'env': 'test',
'view_template_id': self.paypal_view_id,
'paypal_email_id': 'tde+paypal-facilitator@openerp.com',
'paypal_username': 'tde+paypal-facilitator_api1.openerp.com',
'paypal_email_id': 'dummy',
'paypal_username': 'dummy',
'paypal_api_enabled': True,
'paypal_api_username': 'AYf_uBATwly1C72DqE2njwDHmZI25UHcZMwvgvgICLkeQEgutvrhrg6y3KhZ',
'paypal_api_password': 'EJSDgxC_LuZ9oeG-Ud_oozfiDqqN3mUVLMmzPK71IZA3TM4taicUY2uaJYU1',
'paypal_api_username': 'dummy',
'paypal_api_password': 'dummy',
})
# tde+seller@openerp.com - tde+buyer@openerp.com - tde+buyer-it@openerp.com