diff --git a/src/Model/Agreement/RequestChargeAgreement.php b/src/Model/Agreement/RequestChargeAgreement.php index 0b8f65d..6779a95 100644 --- a/src/Model/Agreement/RequestChargeAgreement.php +++ b/src/Model/Agreement/RequestChargeAgreement.php @@ -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) {