Skip to content

Commit 1567d90

Browse files
committed
Remove from v3 merge (duplicate method)
See fix for 3.x #303 now removed in 4.x
1 parent 923ddbf commit 1567d90

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/gateways/PaymentIntents.php

-10
Original file line numberDiff line numberDiff line change
@@ -224,16 +224,6 @@ public function capture(Transaction $transaction, string $reference): RequestRes
224224
}
225225
}
226226

227-
/**
228-
* Since Commerce 4 can be installed and still have Stripe 3.x installed as well,
229-
* we need to provide a way to get the old payment form model call to keep working,
230-
* even though the current payment form is the future old payment form.
231-
*/
232-
public function getOldPaymentFormModel(): BasePaymentForm
233-
{
234-
return $this->getPaymentFormModel();
235-
}
236-
237227
/**
238228
* @inheritdoc
239229
*/

0 commit comments

Comments
 (0)