Skip to content
Snippets Groups Projects
Commit 75b1d412 authored by Damien Bouvy's avatar Damien Bouvy
Browse files

[FIX] payment_paypal: include Build Notation reference


closes odoo/odoo#39772

Signed-off-by: default avatarDamien Bouvy (dbo) <dbo@odoo.com>
parent fd491de6
No related branches found
No related tags found
No related merge requests found
...@@ -55,6 +55,7 @@ class PaypalForm(PaypalCommon): ...@@ -55,6 +55,7 @@ class PaypalForm(PaypalCommon):
'first_name': 'Norbert', 'first_name': 'Norbert',
'last_name': 'Buyer', 'last_name': 'Buyer',
'amount': '0.01', 'amount': '0.01',
'bn': 'OdooInc_SP',
'currency_code': 'EUR', 'currency_code': 'EUR',
'address1': 'Huge Street 2/543', 'address1': 'Huge Street 2/543',
'city': 'Sin City', 'city': 'Sin City',
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
<input type="hidden" name="data_set" t-att-data-action-url="tx_url" data-remove-me=""/> <input type="hidden" name="data_set" t-att-data-action-url="tx_url" data-remove-me=""/>
<input type="hidden" name="cmd" t-att-value="cmd"/> <input type="hidden" name="cmd" t-att-value="cmd"/>
<input type="hidden" name="business" t-att-value="business"/> <input type="hidden" name="business" t-att-value="business"/>
<input type="hidden" name="bn" value="OdooInc_SP" />
<input type="hidden" name="item_name" t-att-value="item_name"/> <input type="hidden" name="item_name" t-att-value="item_name"/>
<input type="hidden" name="item_number" t-att-value="item_number"/> <input type="hidden" name="item_number" t-att-value="item_number"/>
<input type="hidden" name="amount" t-att-value="amount"/> <input type="hidden" name="amount" t-att-value="amount"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment