Skip to content

Commit f78aa9c

Browse files
committed
enconding for the translation file. SEPA payment action missing
1 parent 5cfbcbb commit f78aa9c

File tree

2 files changed

+17
-18
lines changed

2 files changed

+17
-18
lines changed

app/code/community/GlobalExperts/Hypercharge/etc/config.xml

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<config>
2929
<modules>
3030
<GlobalExperts_Hypercharge>
31-
<version>1.0.1</version>
31+
<version>1.0.2</version>
3232
</GlobalExperts_Hypercharge>
3333
</modules>
3434

@@ -120,12 +120,12 @@
120120
<active>0</active>
121121
<model>bithypercharge/mobile</model>
122122
<order_status>processing</order_status>
123-
</hypercharge_mobile>
123+
</hypercharge_mobile>
124124
<hypercharge_mobile_cc>
125-
<active>0</active>
126-
<model>bithypercharge/cc</model>
127-
<order_status>processing</order_status>
128-
<title>Credit Card (Hypercharge)</title>
125+
<active>0</active>
126+
<model>bithypercharge/cc</model>
127+
<order_status>processing</order_status>
128+
<title>Credit Card (Hypercharge)</title>
129129
<cctypes>VI,MC,AE,DI,JCB,OT</cctypes>
130130
<payment_action>authorize_capture</payment_action>
131131
<allowspecific>0</allowspecific>
@@ -140,6 +140,15 @@
140140
<allowspecific>0</allowspecific>
141141
<test>1</test>
142142
</hypercharge_mobile_debit>
143+
<hypercharge_mobile_sepa>
144+
<active>0</active>
145+
<model>bithypercharge/sepa</model>
146+
<order_status>processing</order_status>
147+
<title>SEPA (Hypercharge)</title>
148+
<payment_action>authorize_capture</payment_action>
149+
<allowspecific>0</allowspecific>
150+
<test>1</test>
151+
</hypercharge_mobile_sepa>
143152
<hypercharge_wpf_ideal>
144153
<active>0</active>
145154
<model>bithypercharge/ideal</model>
@@ -181,16 +190,6 @@
181190
<use_iframe>1</use_iframe>
182191
<check_address>0</check_address>
183192
</hypercharge_wpf_purchase_on_account>
184-
<hypercharge_mobile_sepa>
185-
<active>0</active>
186-
<model>bithypercharge/sepa</model>
187-
<order_status>processing</order_status>
188-
<title>SEPA (Hypercharge)</title>
189-
<allowspecific>0</allowspecific>
190-
<mode>1</mode>
191-
<use_iframe>1</use_iframe>
192-
<check_address>0</check_address>
193-
</hypercharge_mobile_sepa>
194193
<hypercharge_wpf_sofort>
195194
<active>0</active>
196195
<model>bithypercharge/sofort</model>

app/locale/de_DE/GlobalExperts_Hypercharge.csv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
"Bank Account Holder","Kontoinhaber"
22
"Bank Account Number","Kontonummer"
33
"Bank Number","Banknummer"
4-
"Card Verification Number","Kartenpr�fnummer"
4+
"Card Verification Number","Kartenprüfnummer"
55
"Credit Card Number","Kartennummer"
66
"Credit Card Type","Kartentyp"
7-
"Expiration Date","G�ltig bis"
7+
"Expiration Date","Gültig bis"
88
"For this payment method the shipping address must be the same as billing address.","For this payment method the shipping address must be the same as billing address."
99
"For this payment method you must be at least 18 years old.","For this payment method you must be at least 18 years old."
1010
"Name on Card","Karteninhaber"

0 commit comments

Comments
 (0)