Last active
June 30, 2016 04:23
-
-
Save cuonghuynh/5badc62a50c7c6453946c9649a4038e3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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