Skip to content

Commit bef9a7f

Browse files
Update pages_helper.go
1 parent 359581c commit bef9a7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

uses_cases/pages/pages_helper.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ const (
2424
IMAGE_STAMP_WIDTH = 24
2525
IMAGE_STAMP_HEIGHT = 24
2626

27-
PDF_API_SID = "****************"
28-
PDF_API_KEY = "****************"
27+
API_SID = "****************" // Your Application SID
28+
API_KEY = "****************" // Your Application Key
2929
)
3030

3131
func initPdfApi(appSID string, appKey string) *asposepdfcloud.PdfApiService {

0 commit comments

Comments
 (0)