forked from Adyen/adyen-shopware5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.xml
210 lines (198 loc) · 8.47 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
<?xml version="1.0" encoding="utf-8"?>
<plugin xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/shopware/shopware/5.6/engine/Shopware/Components/Plugin/schema/plugin.xsd">
<label>Adyen Shopware Plugin</label>
<label lang="de">Adyen Shopware Plugin</label>
<version>2.0.0</version>
<copyright>Adyen</copyright>
<author>Adyen</author>
<link>https://adyen.com</link>
<license>MIT</license>
<description>Official Adyen plugin</description>
<description lang="de">Offizielles Adyen plugin</description>
<compatibility minVersion="5.6.0"/>
<changelog version="1.4.1">
<changes lang="de">1.4.1 release</changes>
<changes lang="en">1.4.1 release</changes>
</changelog>
<changelog version="1.5.0">
<changes lang="de">
Fixes:
Removed customer ID from shopperinfo payload
Changed order completed state
Improvements to error handling on test API button
Improve exception logging
Yandex logo
Refund using original PSP
Features:
offer_closed notification handling
Event for order restore
Payment methods cache
Live/Test config values
</changes>
<changes lang="en">
Fixes:
Removed customer ID from shopperinfo payload
Changed order completed state
Improvements to error handling on test API button
Improve exception logging
Yandex logo
Refund using original PSP
Features:
offer_closed notification handling
Event for order restore
Payment methods cache
Live/Test config values
</changes>
</changelog>
<changelog version="1.5.1">
<changes lang="de">
Fixes:
Only send mail after successful payment
Adding N/A to houseNumberOrName
Cronjobs not running fix
Add redirect data to payments request
</changes>
<changes lang="en">
Fixes:
Only send mail after successful payment
Adding N/A to houseNumberOrName
Cronjobs not running fix
Add redirect data to payments request
</changes>
</changelog>
<changelog version="1.6.0">
<changes lang="de">
Features
Gift card payment method
Mobile Bancontact payment method
Add snippets to payment information link + update position link
Add extra events for better extensibility
Fixes
Update mail sending
Add fallback for config fetch when no shop is specified
Alter notification url to /frontend/notification/adyen
Using composer v1 in Github Actions
More strict paymentMethodFormSubmitSelector
Redirect payment methods flow with POST->Transparent controller
Adding payload and redirectResult GET parameters to transparent redirect
try/catch block for getting the Shop service from the backend
</changes>
<changes lang="en">
Features
Gift card payment method
Mobile Bancontact payment method
Add snippets to payment information link + update position link
Add extra events for better extensibility
Fixes
Update mail sending
Add fallback for config fetch when no shop is specified
Alter notification url to /frontend/notification/adyen
Using composer v1 in Github Actions
More strict paymentMethodFormSubmitSelector
Redirect payment methods flow with POST->Transparent controller
Adding payload and redirectResult GET parameters to transparent redirect
try/catch block for getting the Shop service from the backend
</changes>
</changelog>
<changelog version="1.7.0">
<changes lang="de">
Features
Bump Web Components to 3.12.1 highest compatible API v51
Add merchantReference of order number on returnUrl
Payment tokenisation
Fixes
Second shop cannot decrypt api data
Store incoming notifications in new DB entity with no extra logic
Notifications response
Payment data missing
Other
Update main.yml Github Actions
</changes>
<changes lang="en">
Features
Bump Web Components to 3.12.1 highest compatible API v51
Add merchantReference of order number on returnUrl
Payment tokenisation
Fixes
Second shop cannot decrypt api data
Store incoming notifications in new DB entity with no extra logic
Notifications response
Payment data missing
Other
Update main.yml Github Actions
</changes>
</changelog>
<changelog version="1.7.1">
<changes lang="de">
Fixes
Properly fetch email variables using orderNumber
Get Adyen config data from the CheckoutSubscriber if not present in the session storage
Merge all payment methods in one array and filter in template
</changes>
<changes lang="en">
Fixes
Properly fetch email variables using orderNumber
Get Adyen config data from the CheckoutSubscriber if not present in the session storage
Merge all payment methods in one array and filter in template
</changes>
</changelog>
<changelog version="1.7.2">
<changes lang="de">
Fixes
Early return in CheckoutSubscriber for users that have no Adyen payment preselected
Add processing time to notifications
Add PSP reference on authorization success notification
Support for MANUAL_REVIEW_ACCEPT and MANUAL_REVIEW_REJECT notifications
Hide Adyen payment methods for 0 amount transactions
Adding second notification filter where clause as andWhere
Showing all notifications in order details
Changing cancelAndRestoreByOrderNumber arg type to string
Implement needed sUniqueID for Checkout finish page
Update AuthenticationValidator.php to check HTTP_PHP_AUTH_USER besides PHP_AUTH_USER
Making the notification entity's paymentMethod column nullable
Add comments to order if available
Copying order detail attributes to basket detail on failed payment
</changes>
<changes lang="en">
Fixes
Early return in CheckoutSubscriber for users that have no Adyen payment preselected
Add processing time to notifications
Add PSP reference on authorization success notification
Support for MANUAL_REVIEW_ACCEPT and MANUAL_REVIEW_REJECT notifications
Hide Adyen payment methods for 0 amount transactions
Adding second notification filter where clause as andWhere
Showing all notifications in order details
Changing cancelAndRestoreByOrderNumber arg type to string
Implement needed sUniqueID for Checkout finish page
Update AuthenticationValidator.php to check HTTP_PHP_AUTH_USER besides PHP_AUTH_USER
Making the notification entity's paymentMethod column nullable
Add comments to order if available
Copying order detail attributes to basket detail on failed payment
</changes>
</changelog>
<changelog version="1.7.3">
<changes lang="de">
Fixes
Restore article order number to the basket after failed payment
</changes>
<changes lang="en">
Fixes
Restore article order number to the basket after failed payment
</changes>
</changelog>
<changelog version="2.0.0">
<changes lang="de">
Features
Upgrade to API v67 and Adyen Web Components Library
Fixes
Inserting payment method selection as user attribute if no user attribute exists
</changes>
<changes lang="de">
Features
Upgrade to API v67 and Adyen Web Components Library
Fixes
Inserting payment method selection as user attribute if no user attribute exists
</changes>
</changelog>
</plugin>