You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ($builder->transactionType !== TransactionType::SALE
At this line here, the $builder->transactionType is '64' whilst the enum is 64. Resulting in an UnsupportedTransactionException exception in the latest version of 14.1.1.
php-sdk/src/Gateways/GpEcomConnector.php
Line 202 in 0702755
At this line here, the
$builder->transactionTypeis'64'whilst the enum is64. Resulting in anUnsupportedTransactionExceptionexception in the latest version of 14.1.1.