progress stripe implementation

This commit is contained in:
Nathan Coad
2016-07-21 15:43:51 +10:00
parent 62060f075a
commit 6172866bf4
3 changed files with 15 additions and 3 deletions

View File

@@ -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");