Open slogsdon opened 8 years ago
hi, not sure what's going on, but our tokenize action also stopped working recently. It even doesn't call our callback nor onSuccess
or onError
. It look like postMessage issue
hmm look Example B in: https://developer.heartlandpaymentsystems.com/Documentation/tokenization-demo/#tokenization-demo also not work. I also use the same iframe and it doesn't work today.
@syaiful6 We are working on correcting the issue you're experiencing with #35, but it shouldn't be related to this deprecation
@syaiful6 We were able to release the update today. Would you please try again on your end?
@slogsdon Thank you. look like it work now. So hps.Messages.post
signature was changed?
@syaiful6 The function signature didn't change, but we added an additional message format for the tokenize
action. This will allow us to offer some new features we have in the pipeline.
I saw this recently when using a script with
window.postMessage
calls:The preferred function signature will need to be tested across our supported browsers.