Search 1.9 billion lines of Odoo code on GitHub

payment_paysera

Author: Naglis Jonaitis
License: AGPL-3
Branch: 15.0
Repository: focusate/naglis-misc-addons
Dependencies: payment, and website_payment
Languages: PO File (52, 6.2%), Python (677, 81.4%), XML (51, 6.1%), and reStructuredText (52, 6.2%)
Other branches: 10.0, 10.0-fix-get-amount-string, 11.0, 11.0-mig-payment-paysera, 11.0-wip-imas, 11.0-wip-payment-opay, 12.0, 8.0, fix-redirect-call, and issue-12
Other repositories: Drsmartinkus/misc-addons, Guobower/misc-addons, HarshalBhoir/misc-addons, IaseshviliGeorgiy/misc-addons, OdooBulgaria/misc-addons, PrenorSistemas/misc-addons, TRESCLOUD/misc-addons, Vassy/misc-addons, crtmneric/misc-addons-1, grottas/misc-addons-1, mucahitaz/misc-addons, naglis/misc-addons, njeudy/misc-addons-1, odoobgorg/misc-addons, prodax/misc-addons, sasakuma/misc-addons-1, sm2x/misc-addons-1, and versada/misc-addons

<h1 class="title">Paysera Payment Acquirer</h1> <p>A <a class="reference external" href="https://www.paysera.com">Paysera</a> payment acquirer implementation for Odoo.</p> <a name="requirements"></a> <h2>Requirements</h2> <ul class="simple"> <li><a class="reference external" href="https://pypi.python.org/pypi/cryptography">cryptography</a> (for private/public key based signature verification)</li> </ul> <a name="changelog"></a> <h2>Changelog</h2> <a name="v2-1-4-2019-02-28"></a> <h3>v2.1.4 (2019-02-28)</h3> <ul class="simple"> <li>Fixes amount formatting in <cite>get_amount_string()</cite>.</li> </ul> <a name="v2-1-3-2019-01-27"></a> <h3>v2.1.3 (2019-01-27)</h3> <ul class="simple"> <li>Drops sudo() on sign password access.</li> </ul> <a name="v2-1-2-2019-01-22"></a> <h3>v2.1.2 (2019-01-22)</h3> <ul class="simple"> <li>Allow only user with admin permissions to read/write acquirer project ID and sign password.</li> </ul> <a name="v2-1-1-2019-01-17"></a> <h3>v2.1.1 (2019-01-17)</h3> <ul class="simple"> <li>Allows to change Paysera redirect URLs via <cite>_get_paysera_redirect_urls()</cite>.</li> </ul> <a name="v2-1-0-2019-01-16"></a> <h3>v2.1.0 (2019-01-16)</h3> <ul class="simple"> <li>Allows to validate actually paid amount/currency (#14)</li> <li>Adds validation of callback amount, currency and test mode parameters</li> <li>Added more test cases</li> <li>Various small fixes, improvements and refactorings</li> </ul> <a name="v2-0-3-2019-01-15"></a> <h3>v2.0.3 (2019-01-15)</h3> <ul class="simple"> <li>Small refactorings</li> </ul> <a name="v2-0-2-2017-09-16"></a> <h3>v2.0.2 (2017-09-16)</h3> <ul class="simple"> <li>Small refactorings</li> <li>Lithuanian translation update</li> </ul> <a name="v2-0-1-2017-09-10"></a> <h3>v2.0.1 (2017-09-10)</h3> <ul class="simple"> <li>Small refactorings</li> </ul> <a name="v2-0-0-2017-06-18"></a> <h3>v2.0.0 (2017-06-18)</h3> <ul class="simple"> <li>Made <em>ss2</em> signature check required.</li> <li>RSA signature check is now based on the <em>cryptography</em> library</li> <li>Added field level groups on <em>paysera_project_id</em> and <em>paysera_sign_password</em> fields on <em>payment.acquirer</em>.</li> <li>General clean-up.</li> </ul> <a name="v1-0-2-2015-10-18"></a> <h3>v1.0.2 (2015-10-18)</h3> <ul class="simple"> <li>Use new Odoo v8.0 API.</li> </ul> <a name="v1-0-1"></a> <h3>v1.0.1</h3> <ul class="simple"> <li>Initial working version.</li> <li>Private/public key signature verification.</li> </ul>