Skip to content

Instantly share code, notes, and snippets.

@cuonghuynh
Last active June 30, 2016 04:23
Show Gist options
  • Save cuonghuynh/5badc62a50c7c6453946c9649a4038e3 to your computer and use it in GitHub Desktop.
Save cuonghuynh/5badc62a50c7c6453946c9649a4038e3 to your computer and use it in GitHub Desktop.
// Paypal checkout express, payment type settings for Paypal or Credit Card
if ($paymentMethod == 'paypal') {
$nvpstr .= "&LANDINGPAGE=Login";
$nvpstr .= "&SOLUTIONTYPE=Mark";
} else {
$nvpstr .= "&LANDINGPAGE=Billing";
$nvpstr .= "&SOLUTIONTYPE=Sole";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment