Browse Source

[FIX] remove duplicate instruction

pull/18/head
houssine 5 years ago
parent
commit
a412c17042
  1. 1
      easy_my_coop_online_payment/controllers/main.py

1
easy_my_coop_online_payment/controllers/main.py

@ -47,7 +47,6 @@ class SubscriptionWebsitePayment(website_payment):
'amount': float(amount),
'currency_id': int(currency_id),
'partner_id': partner_id,
'release_capital_request': capital_release_request.id,
}
if len(capital_release_request) > 0:

Loading…
Cancel
Save