Skip to content

Instantly share code, notes, and snippets.

@rattlion
Created August 6, 2014 14:57
Show Gist options
  • Save rattlion/ab5f2279359178084ccf to your computer and use it in GitHub Desktop.
Save rattlion/ab5f2279359178084ccf to your computer and use it in GitHub Desktop.
// 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