Skip to content

Commit fce0daa

Browse files
committed
adding public SDK
1 parent 3774e14 commit fce0daa

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
<monitor.version>1.3.0</monitor.version>
3333
<admin.version>1.3.0</admin.version>
3434
<webforms.version>1.0.2-RC12</webforms.version>
35+
<maestro.version>1.0.0-RC1</maestro.version>
3536
<swagger-core-version>2.2.8</swagger-core-version>
3637
<jackson-version>2.14.2</jackson-version>
3738
<jersey2.version>3.0.9</jersey2.version>
@@ -171,7 +172,7 @@
171172
<dependency>
172173
<groupId>com.docusign</groupId>
173174
<artifactId>docusign-maestro-java</artifactId>
174-
<version>1.0.0-ALPHA1</version>
175+
<version>${maestro.version}</version>
175176
</dependency>
176177

177178
<dependency>

src/main/resources/application.example.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"DS_MONITOR_BASE_PATH": "https://lens-d.docusign.net",
1212
"DS_ADMIN_BASE_PATH": "https://api-d.docusign.net",
1313
"DS_WEBFORMS_BASE_PATH": "https://apps-d.docusign.com/api/webforms/v1.1",
14+
"DS_MAESTRO_BASE_PATH": "https://demo.services.docusign.net/",
1415

1516
"Gateway_Name": "{DS_PAYMENT_GATEWAY_NAME}",
1617
"Gateway_Account_Id": "{GATEWAY_ACCOUNT_ID}",

0 commit comments

Comments
 (0)