Hello, I custom a method payment, but the problem is no work the action capture.
<default>
<payment>
<module_payment>
<model>module_payment/pay</model>
<title>CUSTOM CARD</title>
<payment_action>capture</payment_action>
<active>1</active>
<enabled>1</enabled>
<order_status>pending</order_status>
<cctypes>AE,VI,MC,DI</cctypes>
<allowspecific>0</allowspecific>
</module_payment>
</payment>
</default>
I need send the transaction, I put this events sales_order_place_after
The problem, i need the credit card,month,year. How can do or how get the credit card,,month and year. Somebody can help me. thanks!!