diff --git a/README.md b/README.md index 1ed69a3..81b77c6 100755 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ The Accept sample application provides examples of how to use the Authorize.Net + Browse the application (_index.php_) over HTTPS connection. -+ To "log in", use a customer profile ID that already exists within your account or create a new one by using the [Create a Customer Profile API](http://developer.authorize.net/api/reference/index.html#customer-profiles-create-customer-profile). ++ To "log in", use a customer profile ID that already exists within your account or create a new profile ID by using the [Create a Customer Profile API](http://developer.authorize.net/api/reference/index.html#customer-profiles-create-customer-profile). + In these examples, payment forms are shown in the same page and Shipping forms are handled in a separate modal popup. However, any of the types of display can be chosen to display any type of form. diff --git a/acceptjs.html b/acceptjs.html new file mode 100755 index 0000000..ba5ef1f --- /dev/null +++ b/acceptjs.html @@ -0,0 +1,107 @@ + + + + + + + Sample form + + + + + + +
+

+

+

+

+

+

+

+

+ + + +
+ + + + + diff --git a/acceptjs_with_hosted_form.html b/acceptjs_with_hosted_form.html new file mode 100755 index 0000000..dcad075 --- /dev/null +++ b/acceptjs_with_hosted_form.html @@ -0,0 +1,73 @@ + + + + + + + Sample form + + + + + + +
+ + + +
+ + + + + diff --git a/login.php b/login.php index 3d137da..ff3f63d 100644 --- a/login.php +++ b/login.php @@ -55,14 +55,19 @@

Login to the Accept Sample App

-

Enter your Customer ID below

+

Enter your Customer ID below:

+

+ Use a Customer Profile ID that already exists within your account, + or create a new ID by using the + + Create a Customer Profile API.

- +