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
Remove the current steps implementation &step=contact and &step=donation
Instead when a user continues to next page (Contact) append: units=xy and country=XY
On Contact Page rename button to Continue to Payment
In this step POST /donations is created.
When the continue button is clicked, block the button, and wait for the response of the Create Donation API Call and upon receiving a successful response, redirect the user to /?context=don_guid
For donations, that do not require multiple steps, after donation is paid, user should be redirected to /?context=don_guid as well
The text was updated successfully, but these errors were encountered:
Remove the current steps implementation
&step=contact
and&step=donation
units=xy
andcountry=XY
Continue to Payment
In this step POST /donations is created.
When the continue button is clicked, block the button, and wait for the response of the
Create Donation API Call
and upon receiving a successful response, redirect the user to/?context=don_guid
For donations, that do not require multiple steps, after donation is paid, user should be redirected to
/?context=don_guid as well
The text was updated successfully, but these errors were encountered: