Get summary months - celdotro/marketplace GitHub Wiki
- Get months in which orders summary was generated
celmarket\Payments\PaymentsReports
getSummaryMonths
- method: Commissions
- action: getMonths
- (none)
An array with the following attributes
- (array element) = month (formatted as MM/YYYY, where MM is the 2 digits month and YYYY is the 4 digits year)
https://github.com/celdotro/marketplace_examples/blob/master/Payments/3.getSummaryMonths.php
{
"request": {
},
"response": [
"X"
]
}