Skip to content

Commit

Permalink
Added defaults for CCsave payment (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
sreichel committed Feb 20, 2024
1 parent f8c01b5 commit 7798293
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/code/core/Mage/Payment/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,15 @@
</adminhtml>
<default>
<payment>
<ccsave>
<active>0</active>
<cctypes>AE,VI,MC,DI</cctypes>
<model>payment/method_ccsave</model>
<order_status>pending</order_status>
<title>Credit Card (saved)</title>
<allowspecific>0</allowspecific>
<group>offline</group>
</ccsave>
<checkmo>
<active>1</active>
<model>payment/method_checkmo</model>
Expand Down

0 comments on commit 7798293

Please sign in to comment.