From a4c06b9a360aa5c6f8f50920cdf4e77420ff0b11 Mon Sep 17 00:00:00 2001 From: Arif RH Date: Thu, 25 Nov 2021 14:55:09 +0700 Subject: [PATCH 1/2] minor fix README --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 1840fa0..923ba92 100644 --- a/Readme.md +++ b/Readme.md @@ -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 From 6163d26f5063b958644a1103d61f8a4c3d2d2696 Mon Sep 17 00:00:00 2001 From: Arif RH Date: Thu, 25 Nov 2021 14:55:55 +0700 Subject: [PATCH 2/2] minor fix Config --- src/Config/Config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Config/Config.php b/src/Config/Config.php index bd2c515..78f11ab 100644 --- a/src/Config/Config.php +++ b/src/Config/Config.php @@ -42,7 +42,7 @@ class Config implements ConfigInterface ?string $partner, ?string $endpoint, ?string $currency, - ?bool $debug, + ?bool $debug ) { /** * @psalm-suppress InvalidScalarArgument