Skip to content

Commit

Permalink
Merge pull request #14 from realexpayments-developers/master
Browse files Browse the repository at this point in the history
Bumped version for multi-capture, amended readme, license and changelog.
  • Loading branch information
RealexITSO authored Sep 10, 2019
2 parents 43c2fcd + 7834184 commit 23fc7bc
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Change Log
All notable changes to the SDK will be documented in this file.

## [1.3.2]
- Added new multi-capture flagging.

## [1.3.1]
- Updated hash for Mobile-Auth to support Google Pay.

Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2018 Pay and Shop Ltd t/a Realex Payments
Copyright (c) 2019 Global Payments

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Please use our new Java SDK
We've moved. We highly recommend you use the Global Payments Java SDK
which supports all the features of this SDK and will benefit from all future releases:
https://github.com/globalpayments/java-sdk

# Realex Remote Java SDK
You can sign up for a Realex account at https://developer.realexpayments.com
You can sign up for a Global Payments (formerly Realex Payments) account at https://developer.globalpay.com
## Requirements
Java 1.6 and later.
## Installation
Expand All @@ -9,18 +14,18 @@ Add this dependency to your project's POM:
<dependency>
<groupId>com.realexpayments.remote.sdk</groupId>
<artifactId>rxp-remote-java</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
</dependency>
```

### Gradle users
Add this dependency to your project's build file:
```
compile "com.realexpayments.remote.sdk:rxp-remote-java:1.3.1"
implementation 'com.realexpayments.remote.sdk:rxp-remote-java:1.3.2'
```
## Usage

Please see https://developer.realexpayments.com for more comprehensive integration guides.
Please see https://developer.globalpay.com for more comprehensive integration guides.

### Authorisation

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.realexpayments.remote.sdk</groupId>
<artifactId>rxp-remote-java</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
<name>Realex Payments Remote Java SDK</name>
<description>The official Realex Payments Remote Java SDK</description>
<url>http://www.realexpayments.com</url>
Expand Down

0 comments on commit 23fc7bc

Please sign in to comment.