You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When use setIFrameCommunicatorUrlUrl in Request there is a problem with response from Authorize.net, {"messages":{"resultCode":"Error","message":[{"code":"E00013","text":"Setting Name 'hostedPaymentFrameCommunicatorUrl' is invalid for this method."}]}}
Problem can be solved if const SETTING_NAME_FRAME_COMMUNICATOR_URL = 'FrameCommunicatorUrl'; change to const SETTING_NAME_FRAME_COMMUNICATOR_URL = 'IFrameCommunicatorUrl';