From 286edaccf0afa7102f796e54ad47e29080bdfb16 Mon Sep 17 00:00:00 2001 From: Antonio Buedo Date: Mon, 15 Nov 2021 15:44:59 +0100 Subject: [PATCH] - Code refactor --- modules/gateways/bitpaycheckout.php | 2 +- modules/gateways/bitpaycheckout/bitpaycheckout.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/gateways/bitpaycheckout.php b/modules/gateways/bitpaycheckout.php index 6853805..e571a2d 100644 --- a/modules/gateways/bitpaycheckout.php +++ b/modules/gateways/bitpaycheckout.php @@ -98,7 +98,7 @@ function bitpaycheckout_config() 'Type' => 'text', 'Size' => '25', 'Default' => '', - 'Description' => 'Your production merchant token. Create one here and uncheck `Require Authentication`.', + 'Description' => 'Your production merchant token. Create one here and uncheck `Require Authentication`.', ), 'bitpay_checkout_endpoint' => array( diff --git a/modules/gateways/bitpaycheckout/bitpaycheckout.php b/modules/gateways/bitpaycheckout/bitpaycheckout.php index 3c0052e..68e91cf 100644 --- a/modules/gateways/bitpaycheckout/bitpaycheckout.php +++ b/modules/gateways/bitpaycheckout/bitpaycheckout.php @@ -97,7 +97,7 @@ function bitpaycheckout_config() 'Type' => 'text', 'Size' => '25', 'Default' => '', - 'Description' => 'Your production merchant token. Create one here and uncheck `Require Authentication`.', + 'Description' => 'Your production merchant token. Create one here and uncheck `Require Authentication`.', ), 'bitpay_checkout_endpoint' => array(