We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69ef3c0 + 5f08abf commit 07c4779Copy full SHA for 07c4779
base_test.go
@@ -55,7 +55,7 @@ func NewBaseTest() *BaseTest {
55
localTestDataFolder: "test_data",
56
TestNumber: 0,
57
// Get App key and App SID from https://aspose.cloud
58
- PdfAPI: NewPdfApiService("AppSid", "AppKey", "https://billing.cloud.saltov.dynabic.com/v2.0"),
+ PdfAPI: NewPdfApiService("AppSid", "AppKey", "https://api-qa.aspose.cloud/v3.0"),
59
}
60
return bt
61
0 commit comments