We will work on Apr 26th (Saturday) and will be off from Apr 30th (Wednesday) until May 2nd (Friday) for public holiday in our country

Commit deac145c authored by rikterbeek's avatar rikterbeek

default config fixes

parent a1cfbcc3
...@@ -244,7 +244,6 @@ class Data extends AbstractHelper ...@@ -244,7 +244,6 @@ class Data extends AbstractHelper
} }
} }
/** /**
* Retrieve information from payment configuration * Retrieve information from payment configuration
* *
......
...@@ -31,11 +31,13 @@ ...@@ -31,11 +31,13 @@
<recurring_type>ONECLICK</recurring_type> <recurring_type>ONECLICK</recurring_type>
<order_status>pending</order_status> <order_status>pending</order_status>
<demo_mode>0</demo_mode> <demo_mode>0</demo_mode>
<debug>1</debug>
<group>adyen</group>
</adyen_abstract> </adyen_abstract>
<adyen_cc> <adyen_cc>
<active>1</active> <active>1</active>
<model>Adyen\Payment\Model\Method\Cc</model> <model>Adyen\Payment\Model\Method\Cc</model>
<title>Adyen CC</title> <title>Adyen CreditCard</title>
<allowspecific>0</allowspecific> <allowspecific>0</allowspecific>
<sort_order>1</sort_order> <sort_order>1</sort_order>
<cctypes>AE,VI,MC,DI</cctypes> <cctypes>AE,VI,MC,DI</cctypes>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment