Skip to content

Commit 0d1b1d7

Browse files
committed
fix code
1 parent 32287ff commit 0d1b1d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dynamicweb.Ecommerce.DynamicwebLiveIntegration.Examples/Notifications/ProductInfoOnAfterProcessResponseSubscriber.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace Dynamicweb.Ecommerce.DynamicwebLiveIntegration.Examples.Notifications
77
/// Class ProductInfoOnAfterProcessResponseSubscriber.
88
/// </summary>
99
/// <seealso cref="NotificationSubscriber" />
10-
[Subscribe(ProductInfo.OnAfterGenerateProductInfoXml)]
10+
[Subscribe(ProductInfo.OnAfterProductInfoProcessResponse)]
1111
public class ProductInfoOnAfterProcessResponseSubscriber : NotificationSubscriber
1212
{
1313
/// <summary>

0 commit comments

Comments
 (0)