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 9c607acb authored by acampos1916's avatar acampos1916

Code format

parent 731bbdbc
...@@ -201,10 +201,8 @@ class VaultDetailsHandler implements HandlerInterface ...@@ -201,10 +201,8 @@ class VaultDetailsHandler implements HandlerInterface
* @return string * @return string
* @throws \Exception * @throws \Exception
*/ */
private private function getExpirationDate($expirationDate)
function getExpirationDate( {
$expirationDate
) {
$expirationDate = explode('/', $expirationDate); $expirationDate = explode('/', $expirationDate);
//add leading zero to month //add leading zero to month
...@@ -231,10 +229,8 @@ class VaultDetailsHandler implements HandlerInterface ...@@ -231,10 +229,8 @@ class VaultDetailsHandler implements HandlerInterface
* @param InfoInterface $payment * @param InfoInterface $payment
* @return OrderPaymentExtensionInterface * @return OrderPaymentExtensionInterface
*/ */
private private function getExtensionAttributes(InfoInterface $payment)
function getExtensionAttributes( {
InfoInterface $payment
) {
$extensionAttributes = $payment->getExtensionAttributes(); $extensionAttributes = $payment->getExtensionAttributes();
if (null === $extensionAttributes) { if (null === $extensionAttributes) {
$extensionAttributes = $this->paymentExtensionFactory->create(); $extensionAttributes = $this->paymentExtensionFactory->create();
......
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