What is a good way to determine what Apple Pay web SDK version does the web client support?
In checking the documentation only found supportsVersion(number): boolean
What is a good way to determine what Apple Pay web SDK version does the web client support?
In checking the documentation only found supportsVersion(number): boolean
Found no other way than to iterate against all the versions until you find one that works.