We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 804f743 commit 8fd3f64Copy full SHA for 8fd3f64
samples/addMerchant.php
@@ -96,7 +96,7 @@
96
* and granting access to the Submerchant's account and statistics
97
*/
98
'settleBalance' => true,
99
- '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
100
)
101
);
102
0 commit comments