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

Public method which should have been internal #55

Closed arberg closed 1 year ago

arberg commented 2 years ago

SDK: 2.6.4

I noticed this public method, as it pops up as auto-complete choice in AndroidStudio

// IntelliJ API Decompiler stub source generated from a class file
// Implementation of methods is not available

package eu.nets.pia

public fun kotlin.Any.assertDegub(expected: kotlin.Boolean, message: kotlin.String): kotlin.Unit { /* compiled code */ }

Could you make that an internal method? Probably also best to check if you have other similar stuff that shouldn't have been public.

Miss-PiA commented 2 years ago

@arberg This issue will be solved in the next major release. We will keep you posted once the release is available.

Miss-PiA commented 1 year ago

Hi @arberg , Issue has been fixed in Netaxept-Android-SDK v2.7.0. Thanks