Skip to content

Commit

Permalink
Fix pom and readme typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoan Nguyen committed Jan 18, 2024
1 parent 4eacc5a commit 4027dc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion salesforce-connector-product/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ This connector builds the REST API and provides a means to access Salesforce's r
![delete-opportunity-popup](/salesforce-connector-product/doc/img/sf-delete.png)


## Configuration
## Setup

### Configure on the SF Application
For a client application to access REST API resources, it must be authorized as a trusted visitor. To implement this authorization, utilize a **Connected App** and employ the **OAuth 2.0** authorization flow.
Expand Down
2 changes: 1 addition & 1 deletion salesforce-connector-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<dependency>
<groupId>com.axonivy.connector.salesforce</groupId>
<artifactId>salesforce-connector</artifactId>
<version>10.0.12-SNAPSHOT</version>
<version>${project.version}</version>
<type>iar</type>
</dependency>
<dependency>
Expand Down

0 comments on commit 4027dc7

Please sign in to comment.