You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
README.md - removed refs to old model, removed apple pay sample
Removed references to the old model SDK.
Also removed Apple Pay sample, as advised by @ramittal ('reference the sample-code so that it is always up-do date and verified functional'). But, I thought one sample ('Quick Usage Example' here) should be kept to illustrate the setup.
*Users of previous SDK model please note: The SDK is moving towards using a new model. This model allows us to maintain SDKs better by being more responsive to API changes. (To determine if a code is using the old model or new, a prominent difference is the usage of controllers, which is used only with the new model.) Refer the [old README](README_OLD.md) for samples of the old model.*
62
61
63
62
Apart from this README, you can find details and examples of using the SDK in the following places:
64
63
-[Developer Center Reference](http://developer.authorize.net/api/reference/index.html)
@@ -123,56 +122,6 @@ else
123
122
}
124
123
```
125
124
126
-
### Apple Pay Example
127
-
128
-
````php
129
-
<?php
130
-
require 'vendor/autoload.php';
131
-
132
-
use net\authorize\api\contract\v1 as AnetAPI;
133
-
use net\authorize\api\controller as AnetController;
134
-
135
-
define("AUTHORIZENET_LOG_FILE", "phplog");
136
-
137
-
$merchantAuthentication = new AnetAPI\MerchantAuthenticationType();
0 commit comments