We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bed663 commit c68826eCopy full SHA for c68826e
3 files changed
SampleCodeList.txt
@@ -7,8 +7,8 @@ GetTransactionList,0,1
7
CreateAnApplePayTransaction,0,0
8
CreateAnAcceptTransaction,0,0
9
CreateAnAndroidPayTransaction,0,0
10
-DecryptVisaCheckoutData,0,1
11
-CreateVisaCheckoutTransaction,0,0
+decryptVisaSrcData,0,1
+createVisaSrcTransaction,0,0
12
CaptureFundsAuthorizedThroughAnotherChannel,1,1
13
AuthorizeCreditCard,1,1
14
DebitBankAccount,1,1
@@ -23,7 +23,7 @@ UpdateCustomerShippingAddress,1,1
23
UpdateCustomerProfile,0,1
24
UpdateCustomerPaymentProfile,1,1
25
GetCustomerShippingAddress,1,1
26
-GetCustomerProfileIds,0,1
+GetCustomerProfileIds,0,0
27
GetCustomerProfile,1,1
28
GetAcceptCustomerProfilePage,1,1
29
GetCustomerPaymentProfile,1,1
…out/create-visa-checkout-transaction.php …Checkout/create-visa-src-transaction.phpVisaCheckout/create-visa-checkout-transaction.php renamed to VisaCheckout/create-visa-src-transaction.php
@@ -6,7 +6,7 @@
6
define("AUTHORIZENET_LOG_FILE", "phplog");
-function createVisaCheckoutTransaction()
+function createVisaSrcTransaction()
{
/* Create a merchantAuthenticationType object with authentication details
retrieved from the constants file */
@@ -88,6 +88,6 @@ function createVisaCheckoutTransaction()
88
}
89
90
if(!defined('DONT_RUN_SAMPLES'))
91
- createVisaCheckoutTransaction();
+ createVisaSrcTransaction();
92
93
?>
…aCheckout/decrypt-visa-checkout-data.php VisaCheckout/decrypt-visa-src-data.phpVisaCheckout/decrypt-visa-checkout-data.php renamed to VisaCheckout/decrypt-visa-src-data.php
-function decryptVisaCheckoutData()
+function decryptVisaSrcData()
@@ -46,6 +46,6 @@ function decryptVisaCheckoutData()
46
47
48
49
- decryptVisaCheckoutData();
+ decryptVisaSrcData();
50
51
0 commit comments