Skip to content

Commit

Permalink
Release 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wallee-deployment-user committed Jul 20, 2023
1 parent 5683274 commit f94eaec
Show file tree
Hide file tree
Showing 126 changed files with 1,193 additions and 1,513 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Add this dependency to your project's POM:
<dependency>
<groupId>com.wallee</groupId>
<artifactId>wallee-java-sdk</artifactId>
<version>5.1.2</version>
<version>6.0.0</version>
<scope>compile</scope>
</dependency>
```
Expand All @@ -33,7 +33,7 @@ Add this dependency to your project's POM:
Add this dependency to your project's build file:

```groovy
compile "com.wallee:wallee-java-sdk:5.1.2"
compile "com.wallee:wallee-java-sdk:6.0.0"
```

### Others
Expand All @@ -46,7 +46,7 @@ mvn clean package

Then manually install the following JARs:

* `target/wallee-java-sdk-5.1.2.jar`
* `target/wallee-java-sdk-6.0.0.jar`
* `target/lib/*.jar`

## Usage
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'idea'
apply plugin: 'eclipse'

group = 'com.wallee'
version = '5.1.2'
version = '6.0.0'

buildscript {
repositories {
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
settings(
organization := "com.wallee",
name := "wallee-java-sdk",
version := "5.1.2",
version := "6.0.0",
scalaVersion := "2.11.4",
scalacOptions ++= Seq("-feature"),
javacOptions in compile ++= Seq("-Xlint:deprecation"),
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>wallee-java-sdk</artifactId>
<packaging>jar</packaging>
<name>wallee-java-sdk</name>
<version>5.1.2</version>
<version>6.0.0</version>
<url>https://www.wallee.com</url>
<description>The SDK for simplifying the integration with wallee API.</description>
<scm>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/wallee/sdk/DefaultHeaders.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public void intercept(HttpRequest request) throws IOException {

private HttpHeaders getDefaultHeaders() {
HttpHeaders headers = new HttpHeaders();
headers.put("x-meta-sdk-version", "5.1.2");
headers.put("x-meta-sdk-version", "6.0.0");
headers.put("x-meta-sdk-language", "java");
headers.put("x-meta-sdk-provider", "wallee");
headers.put("x-meta-sdk-language-version", System.getProperty("java.version"));
Expand Down
8 changes: 4 additions & 4 deletions src/main/java/com/wallee/sdk/model/AbstractAccountUpdate.java
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ public AbstractAccountUpdate name(String name) {
}

/**
* The name of the account identifies the account within the administrative interface.
* The name used to identify the account.
* @return name
**/
@ApiModelProperty(value = "The name of the account identifies the account within the administrative interface.")
@ApiModelProperty(value = "The name used to identify the account.")
public String getName() {
return name;
}
Expand All @@ -93,10 +93,10 @@ public AbstractAccountUpdate subaccountLimit(Long subaccountLimit) {
}

/**
* This property restricts the number of subaccounts which can be created within this account.
* The number of sub-accounts that can be created within this account.
* @return subaccountLimit
**/
@ApiModelProperty(value = "This property restricts the number of subaccounts which can be created within this account.")
@ApiModelProperty(value = "The number of sub-accounts that can be created within this account.")
public Long getSubaccountLimit() {
return subaccountLimit;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ public AbstractApplicationUserUpdate name(String name) {
}

/**
* The user name is used to identify the application user in administrative interfaces.
* The name used to identify the application user.
* @return name
**/
@ApiModelProperty(value = "The user name is used to identify the application user in administrative interfaces.")
@ApiModelProperty(value = "The name used to identify the application user.")
public String getName() {
return name;
}
Expand All @@ -74,10 +74,10 @@ public AbstractApplicationUserUpdate requestLimit(Long requestLimit) {
}

/**
* The request limit defines the maximum number of API request accepted within 2 minutes. This limit can only be changed with special privileges.
* The maximum number of API requests that are accepted every 2 minutes.
* @return requestLimit
**/
@ApiModelProperty(value = "The request limit defines the maximum number of API request accepted within 2 minutes. This limit can only be changed with special privileges.")
@ApiModelProperty(value = "The maximum number of API requests that are accepted every 2 minutes.")
public Long getRequestLimit() {
return requestLimit;
}
Expand Down
24 changes: 12 additions & 12 deletions src/main/java/com/wallee/sdk/model/AbstractCustomerActive.java
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ public AbstractCustomerActive customerId(String customerId) {
}

/**
*
* The customer&#39;s ID in the merchant&#39;s system.
* @return customerId
**/
@ApiModelProperty(value = "")
@ApiModelProperty(value = "The customer's ID in the merchant's system.")
public String getCustomerId() {
return customerId;
}
Expand All @@ -92,10 +92,10 @@ public AbstractCustomerActive emailAddress(String emailAddress) {
}

/**
*
* The customer&#39;s email address.
* @return emailAddress
**/
@ApiModelProperty(value = "")
@ApiModelProperty(value = "The customer's email address.")
public String getEmailAddress() {
return emailAddress;
}
Expand All @@ -111,10 +111,10 @@ public AbstractCustomerActive familyName(String familyName) {
}

/**
*
* The customer&#39;s family or last name.
* @return familyName
**/
@ApiModelProperty(value = "")
@ApiModelProperty(value = "The customer's family or last name.")
public String getFamilyName() {
return familyName;
}
Expand All @@ -130,10 +130,10 @@ public AbstractCustomerActive givenName(String givenName) {
}

/**
*
* The customer&#39;s given or first name.
* @return givenName
**/
@ApiModelProperty(value = "")
@ApiModelProperty(value = "The customer's given or first name.")
public String getGivenName() {
return givenName;
}
Expand Down Expand Up @@ -176,10 +176,10 @@ public AbstractCustomerActive putMetaDataItem(String key, String metaDataItem) {
}

/**
* Meta data allow to store additional data along the object.
* Allow to store additional information about the object.
* @return metaData
**/
@ApiModelProperty(value = "Meta data allow to store additional data along the object.")
@ApiModelProperty(value = "Allow to store additional information about the object.")
public Map<String, String> getMetaData() {
return metaData;
}
Expand All @@ -195,10 +195,10 @@ public AbstractCustomerActive preferredCurrency(String preferredCurrency) {
}

/**
*
* The customer&#39;s preferred currency.
* @return preferredCurrency
**/
@ApiModelProperty(value = "")
@ApiModelProperty(value = "The customer's preferred currency.")
public String getPreferredCurrency() {
return preferredCurrency;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ public AbstractCustomerAddressActive address(CustomerPostalAddressCreate address
}

/**
*
* The actual postal address.
* @return address
**/
@ApiModelProperty(value = "")
@ApiModelProperty(value = "The actual postal address.")
public CustomerPostalAddressCreate getAddress() {
return address;
}
Expand All @@ -71,10 +71,10 @@ public AbstractCustomerAddressActive addressType(CustomerAddressType addressType
}

/**
*
* Whether the address is for billing or shipping or both.
* @return addressType
**/
@ApiModelProperty(value = "")
@ApiModelProperty(value = "Whether the address is for billing or shipping or both.")
public CustomerAddressType getAddressType() {
return addressType;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ public AbstractCustomerCommentActive content(String content) {
}

/**
*
* The comment&#39;s actual content.
* @return content
**/
@ApiModelProperty(value = "")
@ApiModelProperty(value = "The comment's actual content.")
public String getContent() {
return content;
}
Expand Down
28 changes: 14 additions & 14 deletions src/main/java/com/wallee/sdk/model/AbstractHumanUserUpdate.java
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ public AbstractHumanUserUpdate emailAddress(String emailAddress) {
}

/**
* The email address of the user.
* The user&#39;s email address.
* @return emailAddress
**/
@ApiModelProperty(value = "The email address of the user.")
@ApiModelProperty(value = "The user's email address.")
public String getEmailAddress() {
return emailAddress;
}
Expand All @@ -94,10 +94,10 @@ public AbstractHumanUserUpdate firstname(String firstname) {
}

/**
* The first name of the user.
* The user&#39;s first name.
* @return firstname
**/
@ApiModelProperty(value = "The first name of the user.")
@ApiModelProperty(value = "The user's first name.")
public String getFirstname() {
return firstname;
}
Expand All @@ -113,10 +113,10 @@ public AbstractHumanUserUpdate language(String language) {
}

/**
* The preferred language of the user.
* The user&#39;s preferred language.
* @return language
**/
@ApiModelProperty(value = "The preferred language of the user.")
@ApiModelProperty(value = "The user's preferred language.")
public String getLanguage() {
return language;
}
Expand All @@ -132,10 +132,10 @@ public AbstractHumanUserUpdate lastname(String lastname) {
}

/**
* The last name of the user.
* The user&#39;s last name.
* @return lastname
**/
@ApiModelProperty(value = "The last name of the user.")
@ApiModelProperty(value = "The user's last name.")
public String getLastname() {
return lastname;
}
Expand All @@ -151,10 +151,10 @@ public AbstractHumanUserUpdate mobilePhoneNumber(String mobilePhoneNumber) {
}

/**
*
* The user&#39;s mobile phone number.
* @return mobilePhoneNumber
**/
@ApiModelProperty(value = "")
@ApiModelProperty(value = "The user's mobile phone number.")
public String getMobilePhoneNumber() {
return mobilePhoneNumber;
}
Expand Down Expand Up @@ -189,10 +189,10 @@ public AbstractHumanUserUpdate timeZone(String timeZone) {
}

/**
* The time zone which is applied for the user. If no timezone is specified the browser is used to determine an appropriate time zone.
* The user&#39;s time zone. If none is specified, the one provided by the browser will be used.
* @return timeZone
**/
@ApiModelProperty(value = "The time zone which is applied for the user. If no timezone is specified the browser is used to determine an appropriate time zone.")
@ApiModelProperty(value = "The user's time zone. If none is specified, the one provided by the browser will be used.")
public String getTimeZone() {
return timeZone;
}
Expand All @@ -208,10 +208,10 @@ public AbstractHumanUserUpdate twoFactorEnabled(Boolean twoFactorEnabled) {
}

/**
* Defines whether two-factor authentication is enabled for this user.
* Whether two-factor authentication is enabled for this user.
* @return twoFactorEnabled
**/
@ApiModelProperty(value = "Defines whether two-factor authentication is enabled for this user.")
@ApiModelProperty(value = "Whether two-factor authentication is enabled for this user.")
public Boolean isTwoFactorEnabled() {
return twoFactorEnabled;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ public AbstractRefundCommentActive content(String content) {
}

/**
*
* The comment&#39;s actual content.
* @return content
**/
@ApiModelProperty(value = "")
@ApiModelProperty(value = "The comment's actual content.")
public String getContent() {
return content;
}
Expand Down
Loading

0 comments on commit f94eaec

Please sign in to comment.