Created
August 6, 2014 14:57
-
-
Save rattlion/ab5f2279359178084ccf 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
// Single Transaction | |
$PayFlow = new PayFlow($merchant, 'Paypal', $api_username, $api_password); | |
$PayFlow->setEnvironment($transaction_mode); | |
$PayFlow->setTransactionType('R'); | |
$PayFlow->setPaymentHistory('Y'); | |
$PayFlow->setProfileAction('I'); | |
$PayFlow->setRecurringProfileId($profile_id); | |
return $PayFlow->runRecurringInquiry(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment