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
Copyright © 2021 Jogjafile Inc.
Found no other way than to iterate against all the versions until you find one that works.