Skip to content
Snippets Groups Projects
Commit f547b914 authored by Valentino Međimorec's avatar Valentino Međimorec
Browse files

Issue #3392608 by valic: Migrate to Gitlab CI

parent 7353eac2
No related branches found
No related tags found
No related merge requests found
Pipeline #28311 passed
......@@ -9,7 +9,7 @@ use Drupal\Core\Config\ConfigFactory;
use Drupal\Core\Entity\EntityTypeManagerInterface;
/**
* Class AbstractExchangerCalculator.
* Base class for exchanger calculator.
*
* @package Drupal\commerce_exchanger
*/
......
......@@ -64,8 +64,9 @@ interface ExchangerProviderRemoteInterface {
public function getAuthData();
/**
* Determine if rates provided by provider needs to be transformed
* in a required rate ratio based on base currency.
* Determine if rates provided by provider needs to be transformed.
*
* Transforming in a required rate ratio based on base currency.
*
* @return bool
* Return true if transfrom rates is ON.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment