You are here

function commerce_sermepa_set_url_ok in Commerce sermepa 7

Action: Set the Sermepa gateway Ds_Merchant_UrlOK parameter.

Parameters

\CommerceRedsys\Payment\Sermepa $gateway: The Sermepa gateway instance.

string $value: The Ds_Merchant_UrlOK value to being setted.

File

./commerce_sermepa.rules.inc, line 643
Rules integration for the commerce sermepa module.

Code

function commerce_sermepa_set_url_ok($gateway, $value) {
  $gateway
    ->setUrlOK($value);
}