OuterHavenLLC / App

The official web app for Outer Haven.
0 stars 0 forks source link

Duplicate Rendering #2

Closed OuterHavenLLC closed 6 months ago

OuterHavenLLC commented 6 months ago

There is a known issue where Payment Step 2 will render twice when PayPal is selected as the payment processor. This is only known to render the response twice, and nit affect the back-end logic. We are looking into it, and should have this glitch resolved shortly...

Re: Commit #6e93310370f79cf07fb1138877e5453ace3183b0.

OuterHavenLLC commented 6 months ago

Still looking into the issue, though it appears one response is being served, and the client itself is rendering it twice when payments are collected via PayPal. This is a known client-side issue.

OuterHavenLLC commented 6 months ago

The solution was relatively simple:

Now, the response data is only rendered once.