Skip to content

Instantly share code, notes, and snippets.

@thrashr888
Created July 15, 2009 06:17
Show Gist options
  • Save thrashr888/147514 to your computer and use it in GitHub Desktop.
Save thrashr888/147514 to your computer and use it in GitHub Desktop.
<?php
$this->form = new BillingForm();
$Paypal->sendPayment();
if(in_array($Paypal->error_codes, 10527)){
$this->form->defineError('credit_card',"Paypal doesn't like your credit card number. Please try another.");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment