mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 03:10:57 -04:00
Fix passing correct amount to PaymentFailureMailer
This commit is contained in:
parent
f1c4b1cdb3
commit
1d4e2bcabe
@ -160,7 +160,7 @@ class CreditCard
|
||||
*/
|
||||
private function processUnsuccessfulPayment($response)
|
||||
{
|
||||
PaymentFailureMailer::dispatch($this->braintree->client, $response->transaction->additionalProcessorResponse, $this->braintree->client->company, 10);
|
||||
PaymentFailureMailer::dispatch($this->braintree->client, $response->transaction->additionalProcessorResponse, $this->braintree->client->company, $this->braintree->payment_hash->data->amount_with_fee);
|
||||
|
||||
PaymentFailureMailer::dispatch(
|
||||
$this->braintree->client,
|
||||
|
Loading…
x
Reference in New Issue
Block a user