We will work on Apr 26th (Saturday) and will be off from Apr 30th (Wednesday) until May 2nd (Friday) for public holiday in our country

Commit 61e513b8 authored by cyattilakiss's avatar cyattilakiss Committed by GitHub

Update Gateway/Request/CancelDataBuilder.php

Co-Authored-By: default avatarAlessio Zampatti <alessio.zampatti@adyen.com>
parent 1768ecad
...@@ -64,7 +64,7 @@ class CancelDataBuilder implements BuilderInterface ...@@ -64,7 +64,7 @@ class CancelDataBuilder implements BuilderInterface
"reference" => $order->getOrderIncrementId(), "reference" => $order->getOrderIncrementId(),
"originalReference" => $pspReference "originalReference" => $pspReference
]; ];
$request['clientConfig']=[ "storeId" => $payment->getOrder()->getStoreId()]; $request['clientConfig'] = ["storeId" => $payment->getOrder()->getStoreId()];
return $request; return $request;
} }
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment