Skip to content

Commit

Permalink
fix: Correção em erro fatal
Browse files Browse the repository at this point in the history
  • Loading branch information
GuilhermeLinkNacional committed Oct 10, 2024
1 parent 806edcb commit 5734395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Public/LknPaymentEredeForGivewpCreditGateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ public function createPayment(Donation $donation, $gatewayData): GatewayCommand
LknPaymentEredeForGivewpHelper::log('[Raw body 1]: ' . var_export(($body), true), $logname);
}

$body = apply_filters('lkn_erede_credit_body', $body, $currencyCode, $donation);
$body = apply_filters('lkn_erede_credit_body', $body, $currencyCode);

$response = wp_remote_post($configs['api_url'], array(
'headers' => $headers,
Expand Down

0 comments on commit 5734395

Please sign in to comment.