Nets-mobile-acceptance / Netaxept-Android-SDK

PiA Netaxept Android SDK is a library that provides the native In-App interaction to perform Netaxept payments directly from an app on Android devices while minimizing PCI DSS requirements for you.
31 stars 15 forks source link

How to make sure 3D protocol is actually updated to latest #25

Closed Waltari10 closed 3 years ago

Waltari10 commented 3 years ago

We recently updated this package on iOS and Android to a version that supports 3D Secure version 2 protocol, since it's required after April 14th.

Now I'm wonder how to make sure the package was actually updated to latest version? I haven't found a way to verify this in the application itself. Payments seem to be going through as usual. Any way to check from package/app what version is actually running? Would be crappy if payments just stopped working on April 14th.

Related: https://github.com/Nets-mobile-acceptance/Netaxept-iOS-SDK/issues/26

Miss-PiA commented 3 years ago

Hello @Waltari10

You can try to print the below string and check the version number.

PiaSDK.getInstance().getVersionName()

Best Regards