Advertisement
Apina

usaepay fix

Aug 15th, 2014
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. On line 11 it says
  2.  
  3. <pre>
  4. echo '<form method="post" name="payment_form" action="https://sandbox.usaepay.com/interface/epayform/">';
  5. </pre>
  6.  
  7. Change the sandbox to www so it reads
  8.  
  9. <pre>
  10. echo '<form method="post" name="payment_form" action="https://www.usaepay.com/interface/epayform/">';
  11. </pre>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement