temporary workaround for tokens
This commit is contained in:
@@ -630,6 +630,9 @@ function booking_define_personspecific_tokens($node)
|
||||
}
|
||||
//if stripe is enabled
|
||||
elseif ($payment_processor_type == 1) {
|
||||
//@todo remove the paypal tokens from here
|
||||
$tokens['paypal-deposit-amount'] = _booking_deposit_amount($node, TRUE);
|
||||
$tokens['paypal-total-amount'] = _booking_amount_owing($node, $amount_paid);
|
||||
$tokens['stripe-deposit-amount'] = _booking_deposit_amount($node, TRUE);
|
||||
$tokens['stripe-total-amount'] = _booking_amount_owing($node, $amount_paid);
|
||||
$tokens['stripe-total-intl'] = _booking_amount_owing($node, $amount_paid);
|
||||
|
Reference in New Issue
Block a user