From 8fd3f6489aaa4f528a75c618cca5d2f5d46a0425 Mon Sep 17 00:00:00 2001 From: Wouter Jonker Date: Fri, 4 Feb 2022 16:06:36 +0100 Subject: [PATCH] Update addMerchant.php --- samples/addMerchant.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/addMerchant.php b/samples/addMerchant.php index be7560b..99a709a 100644 --- a/samples/addMerchant.php +++ b/samples/addMerchant.php @@ -96,7 +96,7 @@ * and granting access to the Submerchant's account and statistics */ 'settleBalance' => true, - 'payoutInterval' => 'week' # Options are: day, week, month or manual by using merchant::addClearing API + 'clearingInterval' => 'week' # Options are: day, week, month or manual by using merchant::addClearing API ) );