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
when I call return $payfast->paymentForm(false); - it just does nothing - returns a blank screen
Am I missing a step? I thought this would just go straight to payfast forms.
calling return $payfast->paymentForm(true); - this returns a small ugly button "pay"
how do I make this into a better formatted form?
Regards
Byron
The text was updated successfully, but these errors were encountered:
I think I found a way to resolve this by chucking a script on the form to auto-execute it.
Seems to work. Guess I can format it better here as well.
Is this the right way?
In the vendor source, in the payment.php file, replace the existing buildForm function with:
Hi there.
just a quick question.
when I call return $payfast->paymentForm(false); - it just does nothing - returns a blank screen
Am I missing a step? I thought this would just go straight to payfast forms.
calling return $payfast->paymentForm(true); - this returns a small ugly button "pay"
how do I make this into a better formatted form?
Regards
Byron
The text was updated successfully, but these errors were encountered: