@@ -1769,9 +1769,6 @@ public function authenticate($source, $options = array())
17691769 $ data = array (
17701770 "device " => $ this ->getDevice (),
17711771 "incremental " => $ this ->getIncremental (),
1772- "capture_type " => $ this ->getCaptureType (),
1773- "split_allocations " => $ this ->getSplitAllocations (),
1774- "installment_plan_id " => $ this ->getInstallmentPlanId (),
17751772 "synchronous " => (!empty ($ options ["synchronous " ])) ? $ options ["synchronous " ] : null ,
17761773 "retry_drop_liability_shift " => (!empty ($ options ["retry_drop_liability_shift " ])) ? $ options ["retry_drop_liability_shift " ] : null ,
17771774 "capture_amount " => (!empty ($ options ["capture_amount " ])) ? $ options ["capture_amount " ] : null ,
@@ -1859,9 +1856,6 @@ public function authorize($source, $options = array())
18591856 $ data = array (
18601857 "device " => $ this ->getDevice (),
18611858 "incremental " => $ this ->getIncremental (),
1862- "capture_type " => $ this ->getCaptureType (),
1863- "split_allocations " => $ this ->getSplitAllocations (),
1864- "installment_plan_id " => $ this ->getInstallmentPlanId (),
18651859 "synchronous " => (!empty ($ options ["synchronous " ])) ? $ options ["synchronous " ] : null ,
18661860 "retry_drop_liability_shift " => (!empty ($ options ["retry_drop_liability_shift " ])) ? $ options ["retry_drop_liability_shift " ] : null ,
18671861 "capture_amount " => (!empty ($ options ["capture_amount " ])) ? $ options ["capture_amount " ] : null ,
@@ -1914,9 +1908,7 @@ public function capture($source, $options = array())
19141908
19151909 $ data = array (
19161910 "device " => $ this ->getDevice (),
1917- "authenticate_only " => $ this ->getAuthenticateOnly (),
19181911 "incremental " => $ this ->getIncremental (),
1919- "installment_plan_id " => $ this ->getInstallmentPlanId (),
19201912 "authorize_only " => (!empty ($ options ["authorize_only " ])) ? $ options ["authorize_only " ] : null ,
19211913 "synchronous " => (!empty ($ options ["synchronous " ])) ? $ options ["synchronous " ] : null ,
19221914 "retry_drop_liability_shift " => (!empty ($ options ["retry_drop_liability_shift " ])) ? $ options ["retry_drop_liability_shift " ] : null ,
@@ -2314,8 +2306,7 @@ public function create($options = array())
23142306 "unsupported_feature_bypass " => $ this ->getUnsupportedFeatureBypass (),
23152307 "verification " => $ this ->getVerification (),
23162308 "auto_capture_at " => $ this ->getAutoCaptureAt (),
2317- "expires_at " => $ this ->getExpiresAt (),
2318- "split_allocations " => $ this ->getSplitAllocations ()
2309+ "expires_at " => $ this ->getExpiresAt ()
23192310 );
23202311
23212312 $ response = $ request ->post ($ path , $ data , $ options );
0 commit comments