Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 07cd8c2

Browse files
committed
Update SS dlls
1 parent ecdeafe commit 07cd8c2

File tree

5 files changed

+1
-0
lines changed

5 files changed

+1
-0
lines changed

lib/ServiceStack.Client.dll

512 Bytes
Binary file not shown.

lib/ServiceStack.Common.dll

0 Bytes
Binary file not shown.

lib/ServiceStack.Interfaces.dll

512 Bytes
Binary file not shown.
512 Bytes
Binary file not shown.

tests/ServiceStack.Text.Tests/UseCases/StripeGateway.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public StripeGateway(string apiKey)
2323
Credentials = new NetworkCredential(apiKey, "");
2424
Timeout = TimeSpan.FromSeconds(60);
2525
UserAgent = "servicestack .net stripe v1";
26+
JsConfig.InitStatics();
2627
}
2728

2829
protected virtual string Send(string relativeUrl, string method, string body)

0 commit comments

Comments
 (0)