-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7a99064
commit c825c6e
Showing
14 changed files
with
125 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,18 @@ | ||
#Mon Aug 16 12:23:51 EEST 2021 | ||
VERSION_NAME=1.5.0 | ||
VERSION_CODE=36 | ||
|
||
PROD_BASE_URL="https\://api.dibspayment.eu/" | ||
VERSION_NAME=1.4.1 | ||
TEST_CHECKOUT_JS="https\://test.checkout.dibspayment.eu/v1/checkout.js?v\=1" | ||
VERSION_CODE=35 | ||
PROD_CHECKOUT_KEY = "YOUR PROD CHECKOUT KEY HERE" | ||
TEST_BASE_URL="https\://test.api.dibspayment.eu/" | ||
PRE_PROD_BASE_URL="https\://pp-api.dibspayment.eu/" | ||
|
||
PROD_CHECKOUT_KEY ="YOUR PROD CHECKOUT KEY HERE" | ||
TEST_CHECKOUT_KEY ="YOUR TEST CHECKOUT KEY HERE" | ||
PRE_PROD_CHECKOUT_KEY = "YOUR PRE PROD CHECKOUT KEY HERE" | ||
|
||
PROD_CHECKOUT_JS="https\://checkout.dibspayment.eu/v1/checkout.js?v\=1" | ||
TEST_CHECKOUT_JS="https\://test.checkout.dibspayment.eu/v1/checkout.js?v\=1" | ||
|
||
PROD_SECRET_KEY ="YOUR PROD SECRET KEY HERE" | ||
TEST_SECRET_KEY = "YOUR TEST SECRET KEY HERE" | ||
PROD_SECRET_KEY = "YOUR PROD SECRET KEY HERE" | ||
TEST_BASE_URL="https\://test.api.dibspayment.eu/" | ||
PRE_PROD_SECRET_KEY = "YOUR PRE PROD SECRET KEY HERE" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file renamed
BIN
+5.51 MB
apk/mia-sdk-android-release-sample-1.4.1.apk → apk/mia-sdk-android-release-sample-1.5.0.apk
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,7 +71,7 @@ <h1><a id="installation"></a>Installation</h1> | |
<li>Please add the following line in your application's <code>build.gradle</code> file.</li> | ||
</ul> | ||
<pre><code class="language-gradle"><span class="hljs-keyword">dependencies</span> { | ||
implementation(<span class="hljs-string">'eu.nets.mia:mia-sdk:1.4.1'</span>) { transitive = <span class="hljs-keyword">true</span>;} | ||
implementation(<span class="hljs-string">'eu.nets.mia:mia-sdk:1.5.0'</span>) { transitive = <span class="hljs-keyword">true</span>;} | ||
</code></pre> | ||
<h1><a id="getting-started"></a>Getting started</h1> | ||
<hr> | ||
|
@@ -486,6 +486,12 @@ <h4><a id="Release_notes_272"></a>Release notes:</h4> | |
<li>Improved MobilePay app switch support</li> | ||
</ul> | ||
|
||
<h4><a id="v150_Released_TBD_271"></a>v1.5.0 Released: 31-Aug-2021</h4> | ||
<h4><a id="Release_notes_272"></a>Release notes:</h4> | ||
<ul> | ||
<li>Added app switch support for Vipps</li> | ||
</ul> | ||
|
||
<h4><a id="notes_266"></a>Note:</h4> | ||
<ul> | ||
<li>For any bug reports or question, please contact: [email protected]</li> | ||
|