"We're sorry, but there's a problem processing your payment from this website. Please contact the seller for assistance."
Which I did some research and found this as type of error to be the culprit of seeing that response:
ReleaseEnvironmentMismatch: You have attempted to render a widget in a release environment that does not match the release environment of the Billing Agreement object. The release environment of the widget and the Billing Agreement object must match.
Did anyone else run into all this and find fixes? I even turned on the debug logging and Notice this error repeatedly upon attempts and getting to the address lookup part of the widget:
2017-04-16 4:09:45 - Origin: Proxy::__call
2017-04-16 4:09:45 - SimpleXMLElement Object
(
[Error] => SimpleXMLElement Object
(
[Type] => Sender
[ * Code * ] => InvalidOrderReferenceId
[Message] => The OrderReferenceId validate details is invalid.
)
[RequestId] => 4b778d47-2a6c-4e6e-b441-9cca07cdb7bf
)
Which I then looked up and found this info out:
InvalidOrderReferenceId - The specified order reference identifier is invalid. (Gee thanks for the insight on this one amazon) ....
I have honestly tried looking into the controllers/views/modules and I cannot find anything specifically that stands out wrong to me. I did var_dumps on most values and I see all the common creds are correct. Anyone know how to compare the release environment to that of the Billing Agreement object that amazon refers to as a potential problem? Or if we go by the errors my logs spit out, then it would be a different error entirely I am trying to tackle here...
Any pro coderz that can play with the amazon plugin and get it working for them and then dump me the source files would have my eternal gratitude

I posted on the developer of the addons page too but idk if he will be answering me or not: https://www.opencart.com/index.php?rout ... azon%20pay
-Jeremy