From d3d7c91a5998087ebb516ecf6baec8e607f6ba47 Mon Sep 17 00:00:00 2001 From: javidlulu Date: Mon, 19 Apr 2021 12:55:49 +0530 Subject: [PATCH] Updated version to 1.0.3 --- DynamicQRCode.md | 2 +- PendingPayment.md | 4 ++-- PreAuthCapture.md | 4 ++-- README.md | 2 +- build.gradle | 2 +- src/main/java/jp/ne/paypay/api/ApiConstants.java | 2 +- userAuth.md | 4 ++-- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/DynamicQRCode.md b/DynamicQRCode.md index 823a944..c3c19a4 100644 --- a/DynamicQRCode.md +++ b/DynamicQRCode.md @@ -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. diff --git a/PendingPayment.md b/PendingPayment.md index 7b680ae..34e4dd7 100644 --- a/PendingPayment.md +++ b/PendingPayment.md @@ -37,11 +37,11 @@ gradle install jp.ne.paypay paypayopa - 1.0.1 + 1.0.3 compile #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. diff --git a/PreAuthCapture.md b/PreAuthCapture.md index 0e77ae5..ef777f8 100644 --- a/PreAuthCapture.md +++ b/PreAuthCapture.md @@ -36,11 +36,11 @@ gradle install jp.ne.paypay paypayopa - 1.0.1 + 1.0.3 compile #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. diff --git a/README.md b/README.md index 71aa595..13646b2 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/build.gradle b/build.gradle index d01e047..88e8691 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ apply plugin: 'idea' apply plugin: 'eclipse' group = 'jp.ne.paypay' -version = '1.0.1' +version = '1.0.3' diff --git a/src/main/java/jp/ne/paypay/api/ApiConstants.java b/src/main/java/jp/ne/paypay/api/ApiConstants.java index d2bd803..6863f5d 100644 --- a/src/main/java/jp/ne/paypay/api/ApiConstants.java +++ b/src/main/java/jp/ne/paypay/api/ApiConstants.java @@ -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"; } diff --git a/userAuth.md b/userAuth.md index e2a05a3..611523d 100644 --- a/userAuth.md +++ b/userAuth.md @@ -12,11 +12,11 @@ gradle install jp.ne.paypay paypayopa - 1.0.1 + 1.0.3 compile #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.