We will be off from 27/1 (Monday) to 31/1 (Friday) (GMT +7) for our Tet Holiday (Lunar New Year) 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