billowapp / payfast

Basic Laravel Package For ITN Payments through Payfast
MIT License
27 stars 37 forks source link

Orders for which users never submit payment form #6

Closed geoffreyvanwyk closed 6 years ago

geoffreyvanwyk commented 7 years ago

Before displaying the payment form which will be submitted to PayFast, an order is created. If the user does not submit the form, what do you do with that order?

mikerockett commented 7 years ago

That's up to you. If you don't have a payment reference / payload to mark against the order, then the order doesn't need to count for anything. User can then revisit payment or cancel (delete) the order.

geoffreyvanwyk commented 6 years ago

Thanks.