diff --git a/modules/gateways/bitpaycheckout.php b/modules/gateways/bitpaycheckout.php index 84806d8..bc133eb 100644 --- a/modules/gateways/bitpaycheckout.php +++ b/modules/gateways/bitpaycheckout.php @@ -1,6 +1,6 @@ 'BitPay_Checkout_WHMCS', - 'APIVersion' => '3.1.0.0', // Use API Version 1.1 + 'APIVersion' => '3.1.1.0', // Use API Version 1.1 'DisableLocalCreditCardInput' => false, 'TokenisedStorage' => false, ); diff --git a/modules/gateways/bitpaycheckout/bitpaycheckout.php b/modules/gateways/bitpaycheckout/bitpaycheckout.php index 84806d8..bc133eb 100644 --- a/modules/gateways/bitpaycheckout/bitpaycheckout.php +++ b/modules/gateways/bitpaycheckout/bitpaycheckout.php @@ -1,6 +1,6 @@ 'BitPay_Checkout_WHMCS', - 'APIVersion' => '3.1.0.0', // Use API Version 1.1 + 'APIVersion' => '3.1.1.0', // Use API Version 1.1 'DisableLocalCreditCardInput' => false, 'TokenisedStorage' => false, ); diff --git a/modules/gateways/bitpaycheckout/bitpaycheckout_callback.php b/modules/gateways/bitpaycheckout/bitpaycheckout_callback.php index cdd0ed8..e7c687d 100644 --- a/modules/gateways/bitpaycheckout/bitpaycheckout_callback.php +++ b/modules/gateways/bitpaycheckout/bitpaycheckout_callback.php @@ -1,7 +1,7 @@