cancel
Showing results for 
Search instead for 
Did you mean: 

Hello problem with method payment

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

Hello problem with method payment

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!!

1 REPLY 1

Re: Hello problem with method payment

Hi @elizondo82,

 

Is not possible to answer without the full code.

You should share the whole code (maybe you can use Github) to see which problem you need to fix.