Skip to content

Commit aead334

Browse files
committed
Update: cancel offer verification for SofincoPaymentGateway
1 parent 4b79896 commit aead334

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Gateway/SofincoPaymentGateway.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,6 @@ public function initialize(
124124
PaymentGatewayConfigurationInterface $paymentGatewayConfiguration,
125125
Transaction $transaction
126126
): array {
127-
$this->verifyIfOfferExist($paymentGatewayConfiguration, $transaction);
128-
129127
$options = $this->buildOptions($paymentGatewayConfiguration, $transaction);
130128

131129
return [

0 commit comments

Comments
 (0)