progress stripe implementation
This commit is contained in:
@@ -45,6 +45,7 @@ function booking_balance_page() {
|
||||
|
||||
//populate tokens and paypal form
|
||||
$tokens = booking_define_personspecific_tokens($node);
|
||||
// @todo - use admin variable booking_payment_processor to determine which of these to calculate
|
||||
$tokens['paypal-total-form'] = _booking_paypal_form($node, $invoiceid, $tokens['paypal-total-amount'], "Pay Balance");
|
||||
$tokens['stripe-total-form'] = _booking_stripe_form($node, $invoiceid, $tokens['paypal-total-amount'], "Pay Balance");
|
||||
|
||||
|
Reference in New Issue
Block a user