Fix passing correct amount to PaymentFailureMailer
This commit is contained in:
parent
f1c4b1cdb3
commit
1d4e2bcabe
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue