add token for stripe
This commit is contained in:
@@ -437,6 +437,14 @@ function booking_token_info() {
|
||||
'name' => t('Paypal Total Form Button'),
|
||||
'description' => t('The paypal form for the total amount.')
|
||||
);
|
||||
$info['tokens']['booking']['stripe-deposit-form'] = array(
|
||||
'name' => t('Stripe Deposit Form Button'),
|
||||
'description' => t('The stripe popup form for the deposit amount.')
|
||||
);
|
||||
$info['tokens']['booking']['stripe-total-form'] = array(
|
||||
'name' => t('Stripe Total Form Button'),
|
||||
'description' => t('The stripe popup form for the total amount.')
|
||||
);
|
||||
$info['tokens']['booking']['booking-id'] = array(
|
||||
'name' => t('Booking ID'),
|
||||
'description' => t('ID of the user\'s registration.')
|
||||
|
Reference in New Issue
Block a user