Update stripe.class.php

This commit is contained in:
ptibogxiv 2019-07-18 10:00:57 +02:00 committed by GitHub
parent 27a0c046df
commit 8a5aad3433
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -399,7 +399,7 @@ class Stripe extends CommonObject
// payment_method =
// payment_method_types = array('card')
//var_dump($dataforintent);
if ($conf->entity!=$conf->global->STRIPECONNECT_PRINCIPAL && $stripefee > 0)
{
$dataforintent["application_fee"] = $stripefee;