Skip to content

Commit e3c536f

Browse files
added missing using statement
1 parent 6f0e72b commit e3c536f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cybersource-rest-client-netstandard/cybersource-rest-client-netstandard/Api/ReplayWebhooksApi.cs

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
using NLog;
1818
using AuthenticationSdk.util;
1919
using CyberSource.Utilities.Tracking;
20+
using CyberSource.Model;
2021

2122
namespace CyberSource.Api
2223
{

0 commit comments

Comments
 (0)