Skip to content

Commit

Permalink
Merge pull request #106 from paypay/release1.0.3
Browse files Browse the repository at this point in the history
Updated version to 1.0.3
  • Loading branch information
Shreyansh Pandey committed Apr 19, 2021
2 parents 0534304 + d3d7c91 commit 489cfeb
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion DynamicQRCode.md
Expand Up @@ -27,7 +27,7 @@ Before integrating with the SDK, run through this checklist:
Add this dependency to your project's build file:

```groovy
compile "jp.ne.paypay:paypayopa:1.0.1"
compile "jp.ne.paypay:paypayopa:1.0.3"
```
### Build your Client
Build your client by adding your API Key and Secret like defined below. We enable API Authentication using HMAC, however the SDK will take care of the authentication by itself. [Click here](https://www.paypay.ne.jp/opa/doc/v1.0/dynamicqrcode#tag/Api-Authentication) if you want to know more about the authentication.
Expand Down
4 changes: 2 additions & 2 deletions PendingPayment.md
Expand Up @@ -37,11 +37,11 @@ gradle install
<dependency>
<groupId>jp.ne.paypay</groupId>
<artifactId>paypayopa</artifactId>
<version>1.0.1</version>
<version>1.0.3</version>
<scope>compile</scope>
</dependency>
#Gradle: Add this dependency to your project's build file:
compile "jp.ne.paypay:paypayopa:1.0.1"
compile "jp.ne.paypay:paypayopa:1.0.3"
```
### Build your Client
Build your client by adding your API Key and Secret like defined below. We enable API Authentication using HMAC, however the SDK will take care of the authentication by itself. [Click here](https://www.paypay.ne.jp/opa/doc/v1.0/pending_payments#tag/Api-Authentication) if you want to know more about the authentication.
Expand Down
4 changes: 2 additions & 2 deletions PreAuthCapture.md
Expand Up @@ -36,11 +36,11 @@ gradle install
<dependency>
<groupId>jp.ne.paypay</groupId>
<artifactId>paypayopa</artifactId>
<version>1.0.1</version>
<version>1.0.3</version>
<scope>compile</scope>
</dependency>
#Gradle: Add this dependency to your project's build file:
compile "jp.ne.paypay:paypayopa:1.0.1"
compile "jp.ne.paypay:paypayopa:1.0.3"
```
### Build your Client
Build your client by adding your API Key and Secret like defined below. We enable API Authentication using HMAC, however the SDK will take care of the authentication by itself. [Click here](https://www.paypay.ne.jp/opa/doc/v1.0/preauth_capture#tag/Api-Authentication) if you want to know more about the authentication.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -47,7 +47,7 @@ Building the API client library requires Gradle to be installed.
Add this dependency to your project's build.gradle file:

```groovy
compile "jp.ne.paypay:paypayopa:1.0.1"
compile "jp.ne.paypay:paypayopa:1.0.3"
```

## Getting Started
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -12,7 +12,7 @@ apply plugin: 'idea'
apply plugin: 'eclipse'

group = 'jp.ne.paypay'
version = '1.0.1'
version = '1.0.3'



Expand Down
2 changes: 1 addition & 1 deletion src/main/java/jp/ne/paypay/api/ApiConstants.java
Expand Up @@ -16,5 +16,5 @@ public class ApiConstants {
public static final String CONTENT_TYPE = "Content-Type";
public static final String USER_AUTHORIZATION_ID = "userAuthorizationId";
public static final String RESOLVE_BASE_URL = "https://developer.paypay.ne.jp/develop/resolve";
public static final String USER_AGENT = "PayPay-SDK/1.0.1/java";
public static final String USER_AGENT = "PayPay-SDK/1.0.3/java";
}
4 changes: 2 additions & 2 deletions userAuth.md
Expand Up @@ -12,11 +12,11 @@ gradle install
<dependency>
<groupId>jp.ne.paypay</groupId>
<artifactId>paypayopa</artifactId>
<version>1.0.1</version>
<version>1.0.3</version>
<scope>compile</scope>
</dependency>
#Gradle: Add this dependency to your project's build file:
compile "jp.ne.paypay:paypayopa:1.0.1"
compile "jp.ne.paypay:paypayopa:1.0.3"
```
### Build your Client
Build your client by adding your API Key and Secret like defined below. We enable API Authentication using HMAC, however the SDK will take care of the authentication by itself. [Click here](https://www.paypay.ne.jp/opa/doc/v1.0/pending_payments#tag/Api-Authentication) if you want to know more about the authentication.
Expand Down

0 comments on commit 489cfeb

Please sign in to comment.