Jump to content
Larry Ullman's Book Forums

M155368AA

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by M155368AA

  1. I had a further look at code that I wrote over 2 years ago where I did a fairly major adaptation of Larry's STRIPE payment processing as my situation was a standard shopping cart. In my implementation I have an HTML form which I then process in a REDUX call to extract the credit card number from the form's submitted $_POST data. So I probably can't help you. I am sorry if I have wasted your time. Regards, Necuima
  2. Hi, I had a look at code that I also used from Larry's book. In my implementation the $cc_number PHP variable is set when the $_POST data are processed from the submitted form. In Larry's code I think that that is in module billing.php (line 55). Do you have this in your implementation? Regards, Necuima
  3. Hi DMX1, I had a look at your code and cannot see where $cc_number is defined. Is it defined somewhere else? Regards
×
×
  • Create New...