Skip to content

Commit

Permalink
docs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zdary committed Dec 11, 2023
1 parent 7a8ce2d commit ba0a96f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ try {

## Documentation for API Endpoints

All URIs are relative to *https://{environment}.relaypay.io/api/v1*
All URIs are relative to *https://{environment}.relaypay.io*

Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
Expand Down
2 changes: 1 addition & 1 deletion docs/Api/ECommerceApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# RelayPay\ECommerceApi

All URIs are relative to *https://{environment}.relaypay.io/api/v1*
All URIs are relative to *https://{environment}.relaypay.io*

Method | HTTP request | Description
------------- | ------------- | -------------
Expand Down
2 changes: 1 addition & 1 deletion docs/Api/MerchantSignatureTestingApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# RelayPay\MerchantSignatureTestingApi

All URIs are relative to *https://{environment}.relaypay.io/api/v1*
All URIs are relative to *https://{environment}.relaypay.io*

Method | HTTP request | Description
------------- | ------------- | -------------
Expand Down
2 changes: 1 addition & 1 deletion lib/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class Configuration
*
* @var string
*/
protected $host = 'https://{environment}.relaypay.io/api/v1';
protected $host = 'https://{environment}.relaypay.io';

/**
* User agent of the HTTP request, set to "PHP-Swagger" by default
Expand Down

0 comments on commit ba0a96f

Please sign in to comment.