Skip to content

Commit

Permalink
Make sure recurring charge is captured after due days
Browse files Browse the repository at this point in the history
  • Loading branch information
Evenerik committed Apr 18, 2024
1 parent 12f867e commit 751b96e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/Agreement/RequestChargeAgreement.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class RequestChargeAgreement
protected $description;
protected $due;
protected $retryDays = 7;
protected $transactionType = 'RESERVE_CAPTURE';
protected $transactionType = 'DIRECT_CAPTURE';

public function __construct($amount, $description)
{
Expand Down

0 comments on commit 751b96e

Please sign in to comment.