Jump to content

How to get payment details in prestashop


Recommended Posts

Hi,

 

I want to get the payment details in my prestashop module. So which function i want to use?

 

Example i am getting the order details using this function 

 

$Order = new Order($order_id);

 

 

 

Like this i want to get the payment details.......

 

 

ps version is 1.5.4.1

Edited by franklinfs (see edit history)
Link to comment
Share on other sites

hi, can you give the fields name for the $payments because i dont have the credit card module for testing.

 

 

i am using the code , but i am getting an empty array

 

print_r($payments)

 

can u give the fields name..

 

 

  my actual need is to get the 

 

 

'credit_card_bin'
 
'[spam-filter]_result_code'
 
'credit_card_number'
 
'credit_card_company'
Link to comment
Share on other sites

×
×
  • Create New...