-
Notifications
You must be signed in to change notification settings - Fork 6
/
plugin.xml
639 lines (615 loc) · 29.3 KB
/
plugin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (c) Ratepay GmbH
~
~ For the full copyright and license information, please view the LICENSE
~ file that was distributed with this source code.
-->
<plugin xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/shopware/shopware/5.5/engine/Shopware/Components/Plugin/schema/plugin.xsd">
<label lang="de">Ratepay Payment Plugin für Shopware 5</label>
<label>Ratepay Payment Plugin for Shopware 5</label>
<version>7.0.1</version>
<copyright>Copyright (c), Ratepay GmbH</copyright>
<license>MIT</license>
<link>https://www.ratepay.com</link>
<author>Ratepay GmbH</author>
<compatibility minVersion="5.5.0"/>
<description>Ratepay enables you to accept online payments without any risk of fraud and without the hassle of debtors management.</description>
<description lang="de">Ratepay stellt verschiedene Zahlungsarten für Ihren Onlineshop zur Verfügung, ohne dass Sie sich mit der Risikoprüfung oder dem Debitorenmanagement beschäftigen müssen.</description>
<changelog version="7.0.1">
<changes>
<![CDATA[
<ul>
<li>Mandatsreferenz Text ausgetauscht</li>
</ul>
]]>
</changes>
<changes lang="de">
<![CDATA[
<ul>
<li>Replaced mandat-reference text</li>
</ul>
]]>
</changes>
</changelog>
<changelog version="7.0.0">
<changes>
<![CDATA[
<ul>
<li>update SDK</li>
<li>added: Support for different Profile-Ids for one payment method</li>
<li>added: Installment information on product page</li>
<li>improved: Loading of available payment methods</li>
<li>improved: Using the language instead the country to load the translations from the SDK (installment)</li>
<li>improved: Using the offline instalment calculator in storefront during checkout</li>
<li>improve lookup for profile configs during checkout</li>
<li>respect setting of phone number requirement</li>
</ul>
]]>
</changes>
<changes lang="de">
<![CDATA[
<ul>
<li>Update SDK</li>
<li>Hinzugefügt: Unterstützung von mehreren Profile-Ids für eine Zahlart</li>
<li>Hinzugefügt: Rateninformationen auf der Produktseite</li>
<li>Verbessert: Laden der verfügbaren Zahlmethoden</li>
<li>Verbessert: Es wird nun die Sprache anstatt des Landes genutzt, um Übersetzungen aus dem SDK zu laden (Ratenzahlung)</li>
<li>Verbessert: Laden der Profile-Ids während des Checkouts</li>
<li>Verbessert: Die Telefonnummer ist nun ein Pflichtfeld, wenn dies im Admin eingestellt wurde.</li>
</ul>
]]>
</changes>
</changelog>
<changelog version="6.1.4">
<changes>
<![CDATA[
<ul>
<li>disable DFP for admin-orders</li>
</ul>
]]>
</changes>
<changes lang="de">
<![CDATA[
<ul>
<li>DFP für Admin-Bestellungen deaktiviert</li>
</ul>
]]>
</changes>
</changelog>
<changelog version="6.1.3">
<changes>
<![CDATA[
<ul>
<li>fixes delete orders, which are not Ratepay orders</li>
</ul>
]]>
</changes>
<changes lang="de">
<![CDATA[
<ul>
<li>Behebt einen Fehler, dass Bestellungen (welche nicht mit Ratepay verarbeitet worden sind) nicht gelöscht werden können.</li>
</ul>
]]>
</changes>
</changelog>
<changelog version="6.1.2">
<changes>
<![CDATA[
<ul>
<li>fixes issues during a b2b order with Shopware 5.7</li>
<li>removes empty vat-id in PaymentRequest</li>
<li>fixes issue with third-party plugin (Product Sets powered by Pickware) (feature flag)</li>
<li>Fix switch between payment methods of instalment</li>
</ul>
]]>
</changes>
<changes lang="de">
<![CDATA[
<ul>
<li>Fehlerbehebung bei einer B2B Bestellung in Shopware 5.7</li>
<li>Leere Steuer-ID im PaymentRequest entfernt</li>
<li>Behebt einen Fehler mit einem Drittanbieterplugin (Stücklisten / Sets powered by Pickware) (feature flag)</li>
<li>Behebt einen Fehler beim Wechsel zwischen den Zahlungsmethoden der Ratenzahlungen</li>
</ul>
]]>
</changes>
</changelog>
<changelog version="6.1.1">
<changes>
<![CDATA[
<ul>
<li>Set default tracking-provider for confirmation deliver</li>
</ul>
]]>
</changes>
<changes lang="de">
<![CDATA[
<ul>
<li>Standardversanddienstleister-Code beim CONFIRM hinterlegt</li>
</ul>
]]>
</changes>
</changelog>
<changelog version="6.1.0">
<changes>
<![CDATA[
<ul>
<li>PHP 8 compatibility + Shopware 5.7 compatibility</li>
<li>installment: improve exception handling during calculations</li>
<li>fix loading of admin components for order view (Shopware version 5.5.x)</li>
<li>installment calculator: fix error if user enter "0" as rate.</li>
<li>fixes issue with third-party plugin (Product Sets powered by Pickware)</li>
<li>adds support for multiple tracking codes</li>
<li>Ratepay SDK updated</li>
</ul>
]]>
</changes>
<changes lang="de">
<![CDATA[
<ul>
<li>PHP 8 Kompatibilität + Shopware 5.7.x Kompatibilität</li>
<li>Exceptionhandling bei der Kalkualtion des Ratenplans verbessert</li>
<li>Behebt einen Fehler beim Laden von Admin Komponenten für die Bestellungen (Shopware Version 5.5.x) </li>
<li>Ratenrechner: Behebt einen Fehler, wenn der Nutzer "0" als Ratenhöhe angibt.</li>
<li>Behebt einen Fehler mit einem Drittanbieterplugin (Stücklisten / Sets powered by Pickware) </li>
<li>Unterstützung mehrerer Tracking Codes wurde hinzugefügt</li>
<li>Ratepay SDK aktualisiert</li>
</ul>
]]>
</changes>
</changelog>
<changelog version="6.0.5">
<changes>
<![CDATA[
<ul>
<li>fix error message during admin order with 0% financing</li>
</ul>
]]>
</changes>
<changes lang="de">
<![CDATA[
<ul>
<li>Behebt Fehlermeldung während einer Admin Bestellung mit 0% Finanzierung</li>
</ul>
]]>
</changes>
</changelog>
<changelog version="6.0.4">
<changes>
<![CDATA[
<ul>
<li>fix import of class</li>
</ul>
]]>
</changes>
<changes lang="de">
<![CDATA[
<ul>
<li>Fehlerbehebung PHP-Klassenimport</li>
</ul>
]]>
</changes>
</changelog>
<changelog version="6.0.3">
<changes>
<![CDATA[
<ul>
<li>fixes loading of payment surcharges</li>
<li>improves admin logging component</li>
<li>improves admin order history component</li>
<li>improves bidirectionality</li>
</ul>
]]>
</changes>
<changes lang="de">
<![CDATA[
<ul>
<li>Behebt einen Fehler beim Laden von Zahlungsaufschlägen</li>
<li>Logging Komponente im Admin verbessert</li>
<li>Bestell-Historie Komponente im Admin verbessert</li>
<li>Bidirektionalität verbessert</li>
</ul>
]]>
</changes>
</changelog>
<changelog version="6.0.2">
<changes>
<![CDATA[
<ul>
<li>fix fatal exception during calculation of shipping costs</li>
<li>added de_AT and de_CH translations</li>
<li>moved static texts to Shopware snippets, so that the legal textes are editable by the shop owner</li>
</ul>
]]>
</changes>
<changes lang="de">
<![CDATA[
<ul>
<li>Behebt einen fatalen Fehler während der Versandkostenberechnung</li>
<li>de_AT und de_CH Übersetzungen wurden hinzugefügt</li>
<li>Die statischen Texte wurden in die Shopware Textbausteine verschoben, damit die Rechtstexte ebenfalls durch den Shopbetreiber bearbeitbar sind.</li>
</ul>
]]>
</changes>
</changelog>
<changelog version="6.0.1">
<changes>
<![CDATA[
<ul>
<li>Fixes some issues with the automatic bidirectionality</li>
</ul>
]]>
</changes>
<changes lang="de">
<![CDATA[
<ul>
<li>Behebt einen Fehler mit der automatischen Bidirektionalität</li>
</ul>
]]>
</changes>
</changelog>
<changelog version="6.0.0">
<changes>
<![CDATA[
<h2>Important changes</h2>
<ul>
<li>New plugin structure</li>
<li>Ratepay data input fields are now located direct at the payment method</li>
<li>Internal changes regarding Database structures</li>
<li>New Profile Configuration</li>
<li>the descriptor will not be saved into the attribute `attribute5` of the order anymore. now the descriptor will be saved into the attribute `ratepay_descriptor` of the order</li>
<li>the transaction-id will not be saved into the attribute `attribute6` of the order anymore. now the transaction-id will be saved into the field `transactionID` of the order (Shopware default)</li>
</ul>
<h2>Technical changes</h2>
<ul>
<li>Installation via Composer is now possible</li>
<li>Added Shopware CLI commands to modify Ratepay orders</li>
<li>Now it is possible to use the request-services of the plugin to execute the operations via a custom module (please see README.md)</li>
<li>Integrated Ratepay-SDK (php-library) via Composer</li>
<li>Template-Inheritance enhancements</li>
</ul>
<h2>Improvements</h2>
<ul>
<li>Up to 3 decimals are now possible for credit and debit operations send from the Shopware backend</li>
<li>New Shopware responses for Ratepay operations within the article management (Backend)</li>
<li>Performance optimizations for the payment method instalment in the shop frontend</li>
<li>Enhancements for DE and EN translations</li>
<li>New customer information for an updated instalment plan during the checkout process</li>
<li>Now the instalment calculation is automatically updated if shopping basket is modified</li>
<li>New IBAN validation within the checkout (structural check)</li>
<li>New VAT-ID validation within the checkout (structural check)</li>
<li>For direct debit orders the B2B-customer can now choose between company name and the combination of first- and lastname as account owner</li>
<li>Bug fixes in the context of VAT handling</li>
<li>Enabled payments for ESD products by default</li>
<li>Moved Profile configuration & Logging to an separate menu-entry</li>
<li>Now the Logging panel is resizeable and have a few new information within it.</li>
</ul>
<h2>New Features</h2>
<ul>
<li>Now the separate configuration of the payment methods instalments and 0% financing are possible</li>
<li>Bidirectionality are now supported at item level (via Cronjob)</li>
<li>invoice number and tracking-id information are now supported and send to Ratepay</li>
<li>Deliver ESD products immediately after the order</li>
<li>Transmit additional address lines in PaymentRequest</li>
<li>Debit/Credit: added field to define a custom item label</li>
</ul>
]]>
</changes>
<changes lang="de">
<![CDATA[
<h2>Wichtige Änderungen</h2>
<ul>
<li>Neue Plugin Struktur</li>
<li>Felder im Checkout sind nun direkt bei der Zahlungsart</li>
<li>Anpassung der Datenbankstrukturen</li>
<li>Neue Profile-Konfiguration</li>
<li>Der Verwendungszweck wird nun nicht mehr in das Freitextfeld `attribute5` gespeichert, sondern in das Freitextfeld `ratepay_descriptor` bei der Bestellung</li>
<li>Die Transaktions-ID wird nun nicht mehr in das Freitextfeld `attribute6` gespeichert, sondern in das Feld `transactionID` bei der Bestellung (Shopware Standard)</li>
</ul>
<h2>Technische Änderungen</h2>
<ul>
<li>Installation via Composer</li>
<li>Hinzufügen von Commands um die Operationen über die Shopware CLI durchzuführen.</li>
<li>Nun ist es möglich mit den RequestServices Operationen über ein eigenes Modul durchzuführen (siehe README.md)</li>
<li>Das Ratepay-SDK (php-library) wurde nun über Composer integriert</li>
<li>Verbesserung Template-Inheritance</li>
</ul>
<h2>Verbesserungen</h2>
<ul>
<li>Gutscheine und Nachbelastungen aus dem Backend können nun bis zu 3 Nachkommastellen haben</li>
<li>Rückmeldung wenn eine Operation in der Artikelverwaltung (Backend) ausgeführt wurde</li>
<li>Performanceoptimierung bei der Ratenzahlung im Frontend</li>
<li>Übersetzungen für die Sprachen DE und EN erstellt/verbessert</li>
<li>Hinweis an den Kunden, wenn sich der Ratenplan aktualisiert wurde</li>
<li>Änderung des Warenkorbs passt die Ratenberechnung automatisch an, ohne dass der Kunde weitere Eingaben tätigen muss</li>
<li>IBAN Validierung bereits im Shop (Strukturprüfung)</li>
<li>Ust-Id Validierung bereits im Shop (Strukturprüfung)</li>
<li>Bei Lastschriftzahlungen kann der Kunde im Falle einer B2B Bestellung nun auch den Firmennamen als Kontoinhaber angeben.</li>
<li>Fehlerbehebungen bei den Steuerangaben in den Gatewayanfragen</li>
<li>Aktivieren der Zahlungsart bei ESD Produkten als Standardeinstellung</li>
<li>Die Menüpunkte "Logging" & "Profilkonfiguration" haben nun einen eigenen Menüoberpunkt.</li>
<li>Die API-Log Ansicht enthält nun ein paar Informationen mehr, und kann nun vergrößert/verkleinert werden.</li>
</ul>
<h2>Neue Features</h2>
<ul>
<li>separate Konfiguration der Zahlungsmethoden Rate und 0% Finanzierung</li>
<li>Bidirektionalität nun auch auf Artikelebene (via Cronjob)</li>
<li>Übermittlung Rechnungsnummer und Tracking-ID</li>
<li>Konfiguration: Versende ESD-Produkte umgehend nach der Bestellung</li>
<li>Konfiguration: Übertrage Adresszusatzzeilen</li>
<li>Nachbelastung/Gutschrift: Feld zum Definieren eines eigenen Beschreibungstext hinzugefügt</li>
</ul>
]]>
</changes>
</changelog>
<changelog version="5.4.2">
<changes>RATEPLUG-9: move device fingerprinting config from PROFILE_REQUEST to plugin config & improve
processing of device fingerprinting
</changes>
<changes>Update README version information</changes>
</changelog>
<changelog version="5.4.1">
<changes>RATEPLUG-3: backend orders: fix discount item</changes>
<changes>RATEPLUG-5: backend orders: fix shipping tax rate</changes>
</changelog>
<changelog version="5.4">
<changes>fix tax rate</changes>
<changes>fix "the service `shop` was not found"-issue in backend orders</changes>
<changes>fix different currency issue</changes>
<changes>update install/update/uninstall process</changes>
<changes>fix tax issue on request if customer see only net prices.</changes>
</changelog>
<changelog version="5.3.10">
<changes>fix tax rate</changes>
</changelog>
<changelog version="5.3.9">
<changes>fix tax rate shipping for shopware versions 5.5.0
</changes>
</changelog>
<changelog version="5.3.8">
<changes>fix mix tax rate shipping</changes>
</changelog>
<changelog version="5.3.7">
<changes>fix aggregation of discount items</changes>
<changes>fix mix tax rate baskets</changes>
</changelog>
<changelog version="5.3.6">
<changes>add functionality for discount as seperate basket-item</changes>
</changelog>
<changelog version="5.3.5">
<changes>Improve backend-side validation of user inputs</changes>
<changes>Interrupt checkout process if errors found</changes>
<changes>Cross-Browser implementation</changes>
</changelog>
<changelog version="5.3.4">
<changes>Extend date of birth validation for correct inputs</changes>
</changelog>
<changelog version="5.3.3">
<changes>Fix Ratepay GmbH Legal link</changes>
</changelog>
<changelog version="5.3.2">
<changes>Fix whitespaces in date of birth fields</changes>
<changes>Fix incorrect tax-id for delivery cost items</changes>
</changelog>
<changelog version="5.3.1">
<changes>Fix unregistered templates/controllers after update</changes>
<changes>Fix incorrect tax-id for debit/credit items</changes>
</changelog>
<changelog version="5.3.0">
<changes>Improve client side dob validation</changes>
<changes>Improve bidirectionality process</changes>
<changes>Add prepayment</changes>
<changes>Add Shopware 5.5 compatibility</changes>
<changes>Add configurable payment states</changes>
</changelog>
<changelog version="5.2.6">
<changes>fix ignored updates in bidirectional process</changes>
<changes>fix usage of addresses for shipping/billing during checkout</changes>
</changelog>
<changelog version="5.2.5">
<changes>fix cronjob duplications during update</changes>
<changes>fix global namespacing to php and shopware classes</changes>
<changes>fix uninstall routine to remove menues</changes>
<changes>improve stability of update routine</changes>
</changelog>
<changelog version="5.2.4">
<changes>Fix Update Function</changes>
<changes>Update Readme</changes>
<changes>Fix and Wrap Logging, Should use Container</changes>
<changes>Fix Rounding Discrepancies in Shops with Net Prices</changes>
<changes>Fix extra indents of code and PSR2 formatting</changes>
<changes>Put util in psr4 namespace</changes>
</changelog>
<changelog version="5.2.3">
<changes>Fix tax on shipping item in backend orders</changes>
<changes>Improve compatibility with other (payment) modules</changes>
<changes>Extend plugin update function to preserve backend credentials</changes>
<changes>Fix problems with partial send/cancel/return operations</changes>
<changes>Fix payment request error on versions of Shopware earlier than 5.2.0</changes>
</changelog>
<changelog version="5.2.2">
<changes>hotfix cronjob install in older shopware versions fails if entry already exists</changes>
</changelog>
<changelog version="5.2.1">
<changes>hotfix cronjob class not found error</changes>
</changelog>
<changelog version="5.2.0">
<changes>add ability to create backend orders</changes>
<changes>add system-wide support for customer groups with net prices</changes>
</changelog>
<changelog version="5.1.1">
<changes>hotfix plugin update function</changes>
</changelog>
<changelog version="5.1.0">
<changes>add compatibility to PHP-7.2</changes>
<changes>frontend changes on checkout/payment pages</changes>
<changes>add setting to handle shipping-item with older API</changes>
<changes>manage custom attributes via CrudService</changes>
<changes>add common getter to identify installment-elv</changes>
</changelog>
<changelog version="5.0.7">
<changes>add complete bidirectionally</changes>
<changes>add batch processing</changes>
<changes>refactor Bootstrap</changes>
<changes>fix alternative address option</changes>
</changelog>
<changelog version="5.0.6">
<changes>remove special company name field</changes>
<changes>add terms and conditions</changes>
</changelog>
<changelog version="5.0.5.1">
<changes>add downward compatibility for old module</changes>
</changelog>
<changelog version="5.0.5">
<changes>no partial delivery for installments</changes>
<changes>fix b2b product calculation</changes>
<changes>remove vatId for b2b customers</changes>
<changes>fix order delete function</changes>
</changelog>
<changelog version="5.0.4.1">
<changes>change company address</changes>
</changelog>
<changelog version="5.0.4">
<changes>add payment method installment 0 %</changes>
<changes>code refactoring</changes>
<changes>add optional payment confirm</changes>
</changelog>
<changelog version="5.0.3">
<changes>add country belgium</changes>
<changes>add country netherlands</changes>
<changes>add language EN, NL and FR</changes>
</changelog>
<changelog version="5.0.2">
<changes>fix multishops</changes>
</changelog>
<changelog version="5.0.1">
<changes>new installment calculator design</changes>
<changes>make automatic profile request after module update</changes>
<changes>fix bank account autofill problem</changes>
</changelog>
<changelog version="5.0.0">
<changes>change the requests to ne new ratepay library</changes>
<changes>add php 7 compatibility</changes>
<changes>add bidirectional function</changes>
</changelog>
<changelog version="4.3.0">
<changes>add backend panels without overwriting them</changes>
<changes>compatibility for Shopware 5.4.0</changes>
</changelog>
<changelog version="4.2.93">
<changes>change company address</changes>
</changelog>
<changelog version="4.2.92">
<changes>fix credit/debit bug</changes>
</changelog>
<changelog version="4.2.91">
<changes>fix for checkout javascript problem</changes>
</changelog>
<changelog version="4.2.9">
<changes>change installment elv payment information</changes>
</changelog>
<changelog version="4.2.8">
<changes>fix responsive mobile view</changes>
</changelog>
<changelog version="4.2.7">
<changes>add payment method installment elv</changes>
</changelog>
<changelog version="4.2.6">
<changes>add debit backend function</changes>
<changes>add functionality to refill the inventory after cancellation/retour</changes>
<changes>Fix no debit/credit after retour/cancellation</changes>
<changes>Fix no shipping after cancellation</changes>
<changes>Fix no cancellation after shipping</changes>
<changes>Fix no retour before shipping</changes>
</changelog>
<changelog version="4.2.5">
<changes>SEPA - BIC field removed</changes>
<changes>IBAN country prefix validation removed</changes>
</changelog>
<changelog version="4.2.4">
<changes>Fixed DOB issue</changes>
</changelog>
<changelog version="4.2.3">
<changes>Fixed sandbox warning</changes>
</changelog>
<changelog version="4.2.2">
<changes>Improved payment method activation routine</changes>
<changes>Added invoicing block inside CONFIRMATION DELIVER</changes>
<changes>Improved customer messages in refusals (Extended Response)</changes>
<changes>Few frontend changes</changes>
<changes>Changed controller&action check in preValidation to avoid trouble with third party plugin
controllers
</changes>
<changes>Transferred rate calc necessary values to DB and removed CONFIGURATION REQUEST</changes>
<changes>Checkout warning in case of sandbox mode</changes>
<changes>Implemented additional max limit on b2b orders</changes>
<changes>Fixed payment change credit method</changes>
</changelog>
<changelog version="4.2.1">
<changes>Date of payment is now set automatically (cleareddate)</changes>
<changes>Improved detection of divergent shipping address (Shopware >=5.2.0)</changes>
<changes>Remove deprecated Ratepay additional order attributes on update</changes>
</changelog>
<changelog version="4.2.0">
<changes>Mapping of new SWAG address management (Compatibility with Shopware 5.2.x)</changes>
<changes>CSRF protection implemented (Compatibility with Shopware 5.2.x)</changes>
<changes>Fixed compatibility with SWAG import/export function</changes>
<changes>Improved DFP creation</changes>
<changes>Compatibility with CH and CHF</changes>
<changes>Further minor changes and fixes</changes>
</changelog>
<changelog version="4.1.5">
<changes>Adjusted frontend controller URL (SSL)</changes>
<changes>Conveyed sUniqueID to checkout controller</changes>
</changelog>
<changelog version="4.1.4">
<changes>Payment information additionally saved in order additional fields</changes>
</changelog>
<changelog version="4.1.3">
<changes>Compatibility with deactivated conditions checkbox</changes>
</changelog>
<changelog version="4.1.2">
<changes>Fixed get sandbox bug</changes>
<changes>Changed ZGB/DSE link in SEPA text</changes>
<changes>Enhanced unistall - deleting of Ratepay order attributes</changes>
<changes>Ratepay order attributes now nullable</changes>
<changes>Prevented error in case of call by crawler</changes>
<changes>DOB not requested anymore in case of b2b</changes>
<changes>Improved DFP token creation</changes>
</changelog>
<changelog version="4.1.1">
<changes>Fixed DFP</changes>
<changes>Fixed DFP DB update bug</changes>
<changes>Fixed JS checkout form validation</changes>
<changes>Fixed JS not defined resources</changes>
<changes>Fixed JS checkout button hook</changes>
<changes>Fixed RR curl bug</changes>
<changes>New DB update procedure</changes>
<changes>No hiding of payment methods in sandbox mode</changes>
<changes>Account holder is always customer name by billing address</changes>
<changes>Redesign of rejection page</changes>
</changelog>
<changelog version="4.1.0">
<changes>fixed compatibility for 5.0.4 - 5.1.1</changes>
<changes>added device-fingerprinting</changes>
<changes>fixed frontend validation</changes>
<changes>fixed DB allows NULL</changes>
<changes>fixed backend tab "Artikelverwaltung"</changes>
</changelog>
<changelog version="4.0.3">
<changes>Refactored module logic</changes>
</changelog>
<changelog version="4.0.2">
<changes>fixed bug for adjusting correct payment status and oder status</changes>
<changes>fixed bug in address validation</changes>
</changelog>
<changelog version="4.0.1">
<changes>fixed SSL & CURL bug</changes>
<changes>fixed problems with combined field (street+number)</changes>
</changelog>
<changelog version="4.0.0">
<changes>Shopware 5 module (without responsive design support)</changes>
</changelog>
</plugin>