Merge pull request #1 from arif-rh/minor-fix
Minor fix for README type on composer command and trailing , in config class
This commit is contained in:
@@ -6,7 +6,7 @@ Amazon Gift Codes On Demand (AGCOD). Integration for Amazon Incentive API.
|
||||
|
||||
## How to install
|
||||
|
||||
`composer request gullevek/amazon-incentives`
|
||||
`composer require gullevek/amazon-incentives`
|
||||
|
||||
## _ENV variables needed
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@ class Config implements ConfigInterface
|
||||
?string $partner,
|
||||
?string $endpoint,
|
||||
?string $currency,
|
||||
?bool $debug,
|
||||
?bool $debug
|
||||
) {
|
||||
/**
|
||||
* @psalm-suppress InvalidScalarArgument
|
||||
|
||||
Reference in New Issue
Block a user