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"

README.md

Lines changed: 9 additions & 6 deletions

ReactNative/MiaSample/ios/Mia.framework/Assets.car

100755100644
File mode changed.

ReactNative/MiaSample/ios/Mia.framework/Headers/Mia.h

100755100644
File mode changed.

ReactNative/MiaSample/ios/Mia.framework/Headers/MiaCheckoutController.h

100755100644
File mode changed.

ReactNative/MiaSample/ios/Mia.framework/Headers/MiaSDK.h

100755100644
File mode changed.

ReactNative/MiaSample/ios/Mia.framework/Info.plist

100755100644
File mode changed.

ReactNative/MiaSample/ios/Mia.framework/MIAMain.storyboardc/I7P-HK-2Dp-view-7yP-id-rFz.nib/objects-11.0+.nib

100755100644
File mode changed.

ReactNative/MiaSample/ios/Mia.framework/MIAMain.storyboardc/I7P-HK-2Dp-view-7yP-id-rFz.nib/runtime.nib

100755100644
File mode changed.

ReactNative/MiaSample/ios/Mia.framework/MIAMain.storyboardc/Info.plist

100755100644
File mode changed.

ReactNative/MiaSample/ios/Mia.framework/MIAMain.storyboardc/MIACheckoutController.nib/objects-11.0+.nib

100755100644
File mode changed.

ReactNative/MiaSample/ios/Mia.framework/MIAMain.storyboardc/MIACheckoutController.nib/runtime.nib

100755100644
File mode changed.

ReactNative/MiaSample/ios/Mia.framework/MIAMain.storyboardc/MIALoader.nib/objects-11.0+.nib

100755100644
File mode changed.

ReactNative/MiaSample/ios/Mia.framework/MIAMain.storyboardc/MIALoader.nib/runtime.nib

100755100644
File mode changed.

ReactNative/MiaSample/ios/Mia.framework/MIAMain.storyboardc/MiaSDK.nib/objects-11.0+.nib

100755100644
File mode changed.

ReactNative/MiaSample/ios/Mia.framework/MIAMain.storyboardc/MiaSDK.nib/runtime.nib

100755100644
File mode changed.

ReactNative/MiaSample/ios/Mia.framework/MIAMain.storyboardc/eNi-kD-5Au-view-3Iq-uj-DGA.nib/objects-11.0+.nib

100755100644
File mode changed.

ReactNative/MiaSample/ios/Mia.framework/MIAMain.storyboardc/eNi-kD-5Au-view-3Iq-uj-DGA.nib/runtime.nib

100755100644
File mode changed.

ReactNative/MiaSample/ios/Mia.framework/Modules/module.modulemap

100755100644
File mode changed.

ReactNative/MiaSample/ios/Mia.framework/PrivateHeaders/MIAPaymentInfo.h

100755100644
File mode changed.

ReactNative/MiaSample/ios/Mia.xcframework/ios-arm64_armv7_armv7s/Mia.framework/Mia

100644100755
File mode changed.

ReactNative/MiaSample/ios/Mia.xcframework/ios-arm64_i386_x86_64-simulator/Mia.framework/Mia

100644100755
File mode changed.

ReactNative/README.md

Lines changed: 7 additions & 7 deletions

ReactNative/react-native-rn-mia/README.md

Lines changed: 5 additions & 5 deletions

ReactNative/react-native-rn-mia/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ dependencies {
7575
implementation 'com.facebook.react:react-native:+' // From node_modules
7676

7777
// Mia SDK
78-
implementation 'eu.nets.mia:mia-sdk:1.5.0'
78+
implementation 'eu.nets.mia:mia-sdk:1.6.0'
7979
}
8080

8181
def configureReactNativePom(def pom) {

ReactNative/react-native-rn-mia/ios/Mia.xcframework/ios-arm64_armv7_armv7s/Mia.framework/Mia

100644100755
File mode changed.

ReactNative/react-native-rn-mia/ios/Mia.xcframework/ios-arm64_i386_x86_64-simulator/Mia.framework/Mia

100644100755
File mode changed.

ReactNative/react-native-rn-mia/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-rn-mia",
33
"title": "React Native Rn Mia",
4-
"version": "1.2.0",
4+
"version": "1.6.0",
55
"description": "A react native module that wraps and bridges Mia iOS and Android SDKs",
66
"main": "index.js",
77
"scripts": {

Xamarin/DLL Files/MiASDKBinding.dll

-167 KB
Binary file not shown.
-5.51 MB
Binary file not shown.

documentation/Start - Overview of MiA Android SDK.html

Lines changed: 34 additions & 27 deletions
Large diffs are not rendered by default.

documentation/eu.nets.mia/-mi-a-s-d-k/-init-.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h1>&lt;init&gt;</h1>
2727
and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:</p>
2828
<p>The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.</p>
2929
<p>Software may only be used for commercial or production purpose together with
30-
Easy services (as per https://tech.dibspayment.com/easy) provided from NETS, its subsidiaries or affiliates under common control.</p>
30+
Nets Easy services (as per https://developers.nets.eu/nets-easy/en-EU/docs/) provided from NETS, its subsidiaries or affiliates under common control.</p>
3131
<p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
3232
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3333
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,

documentation/eu.nets.mia/-mi-a-s-d-k/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h1>MiASDK</h1>
2626
and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:</p>
2727
<p>The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.</p>
2828
<p>Software may only be used for commercial or production purpose together with
29-
Easy services (as per https://tech.dibspayment.com/easy) provided from NETS, its subsidiaries or affiliates under common control.</p>
29+
Nets Easy services (as per https://developers.nets.eu/nets-easy/en-EU/docs/) provided from NETS, its subsidiaries or affiliates under common control.</p>
3030
<p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
3131
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3232
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,

documentation/img/dibs_easy_flow.png

-148 KB
Binary file not shown.
151 KB
-119 KB
Binary file not shown.
22.9 KB
-2.74 KB
Binary file not shown.

readme-files/NetsLogo.jpg

-119 KB
Binary file not shown.

readme-files/NetsLogo.png

22.9 KB

readme-files/mia_macro_elements.png

-2.74 KB

readme-files/pay_with_saved_card.gif

1.74 MB

readme-files/sample_screenshots.jpg

-137 KB
Binary file not shown.

readme-files/sample_screenshots.png

163 KB

0 commit comments

Comments
 (0)