Merge pull request #6771 from aspangaro/6.0-stripe

New : Module Stripe
This commit is contained in:
Laurent Destailleur
2017-05-13 19:55:29 +02:00
committed by GitHub
150 changed files with 13862 additions and 7 deletions

View File

@@ -4236,6 +4236,12 @@ else if ($id > 0 || ! empty($ref))
print showPaypalPaymentUrl('invoice', $object->ref);
}
// Link for stripe payment
if (! empty($conf->stripe->enabled) && $object->statut != 0) {
include_once DOL_DOCUMENT_ROOT . '/stripe/lib/stripe.lib.php';
print showStripePaymentUrl('invoice', $object->ref);
}
print '</div><div class="fichehalfright"><div class="ficheaddleft">';
// List of actions on element