Skip to content

Commit 0734624

Browse files
Transaction cancel on Bread classic fix
1 parent 7949613 commit 0734624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Model/Payment/Api/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,7 @@ protected function getTransactionInfoUrl($transactionId, $breadApiVersion = null
858858
*/
859859
protected function getUpdateTransactionUrl($transactionId)
860860
{
861-
$baseUrl = $this->helper->getTransactionApiUrl(null, $this->getStoreId());
861+
$baseUrl = $this->helper->getTransactionApiUrl('classic', $this->getStoreId());
862862
return join(
863863
'/',
864864
[ trim($baseUrl, '/'), 'transactions/actions', trim($transactionId, '/') ]

0 commit comments

Comments
 (0)