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

Inconsistencies between documentation and SDK 2.4.0 #39

Closed mkovalyk closed 3 years ago

mkovalyk commented 3 years ago

During integration I found some inconsistencies between Documentation and SDK 2.4.0 itself: It is said that method is called - PiaSDK.startTokenizedCardPayment(), but there is only PiaSDK.startCardProcessActivity(..). Am I missing something? Should it be used instead?

Miss-PiA commented 3 years ago

Hi Mykhailo,

Thank you for pointing it out.

The latest SDK has PiaSDK.startCardProcessActivity(..) and the other has been removed, we will be updating our docs very soon.

Please ask for if you come accross any queries during integration

Best Regards

Miss-PiA commented 3 years ago

Hello @mkovalyk ,

The documentation has been updated with the latest API, you can refer to it.

Best regards