PAYONE-GmbH / magento-1

PAYONE Payment Extension for Magento 1
22 stars 41 forks source link

credit card expiry date not saved properly (hosted iFrame) #355

Closed phoenix-schwarz closed 2 years ago

phoenix-schwarz commented 5 years ago

If you are using the hosted iFrame for CC payments, the expiration date is not saved properly in the sales_flat_order_payment table.

Screenshot 2019-07-24 at 09 02 48
phoenix-schwarz commented 5 years ago

This one is a duplicate: https://github.com/PAYONE-GmbH/magento-1/issues/354 posted with the wrong user - you can just delete it including this comment.

alexanderbug commented 4 years ago

Any update for this topic?

fjbender commented 4 years ago

I was unable to reproduce this on a fresh Magento.

For debugging, one would have to work their way up from \Payone_Core_Model_Payment_Method_Creditcard::assignData, where the expiry date is saved to the table.

alexanderbug commented 3 years ago

@hreinberger this is just the representation in the order. the information is available in the request. @igloominusx has an idea for a workaround. we will test it and report