waiap / php-sdk

Payment Wall - SDK en PHP
0 stars 0 forks source link

Clarify urlParams usage #2

Open XayOn opened 4 years ago

XayOn commented 4 years ago

If the client has integrated with an intermediate redirect page, urlParams will be empty.

Clarify that this depends on client integration and should be "wherever you have the request_id", or a similar condition like "it has come back from redirect". The condition could be the same required for "payment_wall_process_redirect" event to be triggered.

https://github.com/waiap/php-sdk/blob/6eecffb6685139f984895c6ecb4a47a54edbf1db/examples/checkout/checkout.html#L29