Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion RecurringBilling/create-subscription.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function createSubscription($intervalLength)

// Subscription Type Info
$subscription = new AnetAPI\ARBSubscriptionType();
$subscription->setName("Sample Subscription");
$subscription->setName('The sample subscrition for donation process.');

$interval = new AnetAPI\PaymentScheduleType\IntervalAType();
$interval->setLength($intervalLength);
Expand Down
55 changes: 0 additions & 55 deletions SampleCodeList.txt
Original file line number Diff line number Diff line change
@@ -1,58 +1,3 @@
SampleCodeName,IsDependent,ShouldRun
ChargeCreditCard,1,1
CreateSubscription,1,1
CreateSubscriptionFromCustomerProfile,1,1
GetCustomerPaymentProfileList,0,1
GetTransactionList,0,1
CreateAnApplePayTransaction,0,0
CreateAnAcceptTransaction,0,0
CreateAnAndroidPayTransaction,0,0
DecryptVisaCheckoutData,0,1
CreateVisaCheckoutTransaction,0,0
CaptureFundsAuthorizedThroughAnotherChannel,1,1
AuthorizeCreditCard,1,1
DebitBankAccount,1,1
ChargeTokenizedCreditCard,0,0
PayPalAuthorizeOnly,1,1
GetListOfSubscriptions,0,1
GetUnsettledTransactionList,0,1
GetBatchStatistics,1,1
GetSettledBatchList,1,1
UpdateSplitTenderGroup,0,1
UpdateCustomerShippingAddress,1,1
UpdateCustomerProfile,0,1
UpdateCustomerPaymentProfile,1,1
GetCustomerShippingAddress,1,1
GetCustomerProfileIds,0,1
GetCustomerProfile,1,1
GetAcceptCustomerProfilePage,1,1
GetCustomerPaymentProfile,1,1
DeleteCustomerShippingAddress,1,1
DeleteCustomerProfile,1,1
DeleteCustomerPaymentProfile,1,1
CreateCustomerShippingAddress,1,1
CreateCustomerProfileFromTransaction,0,0
GetTransactionDetails,1,1
CapturePreviouslyAuthorizedgetAmount,1,0
RefundTransaction,1,0
VoidTransaction,1,1
CreditBankAccount,1,0
ChargeCustomerProfile,1,1
PayPalVoid,1,0
PayPalAuthorizeCapture,1,1
PayPalAuthorizeCaptureContinued,1,1
PayPalAuthorizeOnlyContinued,1,0
PayPalCredit,1,0
PayPalGetDetails,1,1
PayPalPriorAuthorizationCapture,1,0
CancelSubscription,1,1
GetSubscriptionStatus,1,1
GetSubscription,1,1
UpdateSubscription,1,1
CreateCustomerProfile,1,1
CreateCustomerPaymentProfile,1,1
ValidateCustomerPaymentProfile,1,0
GetMerchantDetails,0,1
UpdateHeldTransaction,1,0
GetAnAcceptPaymentPage,0,1
CreateAnAcceptPaymentTransaction,0,0