Skip to content

Commit ae7374d

Browse files
v1.6.0
1 parent c825c6e commit ae7374d

File tree

59 files changed

+69
-63
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+69
-63
lines changed

MiA-SDK-License.md

Lines changed: 1 addition & 1 deletion

MiaSample/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ dependencies {
6666
implementation 'com.squareup.retrofit2:converter-gson:2.4.0'
6767
implementation 'org.nanohttpd:nanohttpd:2.3.1'
6868

69-
implementation('eu.nets.mia:mia-sdk:1.5.0@aar') { transitive = true; changing=true; }
69+
implementation('eu.nets.mia:mia-sdk:1.6.0@aar') { transitive = true; changing=true; }
7070
}
7171

7272
apply plugin: 'com.google.gms.google-services'

MiaSample/app/gradle.properties

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
1-
#Mon Aug 16 12:23:51 EEST 2021
2-
VERSION_NAME=1.5.0
3-
VERSION_CODE=36
4-
1+
#Fri Nov 05 07:32:09 EET 2021
52
PROD_BASE_URL="https\://api.dibspayment.eu/"
6-
TEST_BASE_URL="https\://test.api.dibspayment.eu/"
7-
PRE_PROD_BASE_URL="https\://pp-api.dibspayment.eu/"
8-
3+
TEST_CHECKOUT_JS="https\://test.checkout.dibspayment.eu/v1/checkout.js?v\=1"
4+
VERSION_NAME=1.6.0
5+
VERSION_CODE=38
6+
PRE_PROD_SECRET_KEY = "YOUR PRE PROD SECRET KEY HERE"
97
PROD_CHECKOUT_KEY ="YOUR PROD CHECKOUT KEY HERE"
8+
PRE_PROD_BASE_URL="https\://pp-api.dibspayment.eu/"
109
TEST_CHECKOUT_KEY ="YOUR TEST CHECKOUT KEY HERE"
1110
PRE_PROD_CHECKOUT_KEY = "YOUR PRE PROD CHECKOUT KEY HERE"
12-
1311
PROD_CHECKOUT_JS="https\://checkout.dibspayment.eu/v1/checkout.js?v\=1"
14-
TEST_CHECKOUT_JS="https\://test.checkout.dibspayment.eu/v1/checkout.js?v\=1"
15-
16-
PROD_SECRET_KEY ="YOUR PROD SECRET KEY HERE"
1712
TEST_SECRET_KEY = "YOUR TEST SECRET KEY HERE"
18-
PRE_PROD_SECRET_KEY = "YOUR PRE PROD SECRET KEY HERE"
13+
TEST_BASE_URL="https\://test.api.dibspayment.eu/"
14+
PROD_SECRET_KEY ="YOUR PROD SECRET KEY HERE"
364 Bytes
365 Bytes
333 Bytes
312 Bytes
1.08 KB
585 Bytes
502 Bytes

0 commit comments

Comments
 (0)