I have googled in order to solve one of my problems with hooking firebase with stripe. However, I saw this answer, does anybody know what API_ENDPOINT
& CREATE_EMPHEREMAL_KEY
is supposed to be in following line:
let URLString = API_ENDPOINT + CREATE_EMPHEREMAL_KEY as String;
Thanks in advance!