forked from LiveCarta/PayPal-PHP-Server-SDK
Release 0.7.0
Beta Release 0.7.0 including: - Bug fixes - Updated model/function names - Updated models to reflect changes in APIs
This commit is contained in:
@@ -38,14 +38,6 @@ $client = PaypalServerSdkClientBuilder::init()
|
||||
->build();
|
||||
```
|
||||
|
||||
API calls return an `ApiResponse` object that includes the following fields:
|
||||
|
||||
| Field | Description |
|
||||
| --- | --- |
|
||||
| `getStatusCode` | Status code of the HTTP response |
|
||||
| `getHeaders` | Headers of the HTTP response as a Hash |
|
||||
| `getResult` | The deserialized body of the HTTP response as a String |
|
||||
|
||||
## PayPal Server SDK Client
|
||||
|
||||
The gateway for the SDK. This class acts as a factory for the Controllers and also holds the configuration of the SDK.
|
||||
|
||||
Reference in New Issue
Block a user