@@ -15,7 +15,7 @@ |
||
15 | 15 | { |
16 | 16 | return [ |
17 | 17 | 'peopleCategoryId' => 'string', // The id of the PeopleCategory to which these participants belong to. See /settings/peoplecategories, |
18 | - 'number' => 'int', // Indicates how many people of this category are in the booking |
|
18 | + 'number' => 'int', // Indicates how many people of this category are in the booking |
|
19 | 19 | ]; |
20 | 20 | } |
21 | 21 | } |
@@ -54,7 +54,7 @@ |
||
54 | 54 | 'http_errors' => false, |
55 | 55 | |
56 | 56 | // Wrapper settings |
57 | - 'tries' => 2, // Count of tries |
|
57 | + 'tries' => 2, // Count of tries |
|
58 | 58 | 'seconds' => 10, // Waiting time per each try |
59 | 59 | |
60 | 60 | // Optional parameters |
@@ -20,7 +20,7 @@ |
||
20 | 20 | 'reason' => 'string', // Reason for the payment. Shown to customer where appropriate. Ex. "Deposit", "Balance payment", "Additional fee", etc, |
21 | 21 | 'description' => 'string', // Indicates what the payment was for (ex. "Booking 1234", "Prepaid package ABC", "Gift voucher XYZ") |
22 | 22 | 'comment' => 'string', // An optional comment tracked with the payment. Not shown to customers. |
23 | - 'amount' => 'Money', // The payment amount |
|
23 | + 'amount' => 'Money', // The payment amount |
|
24 | 24 | 'paymentMethod' => 'string', // ['creditCard' or 'paypal' or 'bankTransfer' or 'cash' or 'checque' or 'debitCard' or 'existingCredit' or 'accountCredit' or 'moneyVoucher' or 'other'] |
25 | 25 | 'paymentMethodOther' => 'string', // If paymentMethod is 'other', this field is required, and it specifies what other method was used, |
26 | 26 | 'agent' => 'string', // Who registered this payment. If this field is not present, it means that the customer paid online on Bookeo's booking page |