Openbravo Issue Tracking System - Retail Modules
View Issue Details
0050842Retail ModulesAdyenpublic2022-11-10 15:492022-11-15 09:33
igor_trebol 
Triage Platform Conn 
normalminorhave not tried
newopen 
5
 
 
No
0050842: We need the adyen implementation for the payment provider to add the credit card number
We need the Adyen implementation for the payment provider to also return the credit card number in a field named 'cardNumber'.

In the Mock Provider we have added it in the following way:

return {
      transaction: refund ? '0000002' : '0000001',
      authorization: '001',
      cardNumber: '1234567890',
      properties: {
        refund,
        cardlogo: '00',
        voidproperties: {
          info: 'VISA OK'
        }
      }
    }
N/A
No tags attached.
Issue History
2022-11-10 15:49igor_trebolNew Issue
2022-11-10 15:49igor_trebolAssigned To => Triage Platform Base
2022-11-10 15:49igor_trebolTriggers an Emergency Pack => No
2022-11-11 09:45AugustoMauchAssigned ToTriage Platform Base => Triage Platform Conn
2022-11-15 09:33hgbotNote Added: 0143605

Notes
(0143605)
hgbot   
2022-11-15 09:33   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.adyenprovider/-/merge_requests/16 [^]