Skip to content

Commit 37af9e6

Browse files
version bump
1 parent d3fb179 commit 37af9e6

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

modules/gateways/bitpaycheckout.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* BitPay Checkout 3.1.0.0
3+
* BitPay Checkout 3.1.1.0
44
*
55
* Within the module itself, all functions must be prefixed with the module
66
* filename, followed by an underscore, and then the function name. For this
@@ -54,7 +54,7 @@ function bitpaycheckout_MetaData()
5454
{
5555
return array(
5656
'DisplayName' => 'BitPay_Checkout_WHMCS',
57-
'APIVersion' => '3.1.0.0', // Use API Version 1.1
57+
'APIVersion' => '3.1.1.0', // Use API Version 1.1
5858
'DisableLocalCreditCardInput' => false,
5959
'TokenisedStorage' => false,
6060
);

modules/gateways/bitpaycheckout/bitpaycheckout.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* BitPay Checkout 3.1.0.0
3+
* BitPay Checkout 3.1.1.0
44
*
55
* Within the module itself, all functions must be prefixed with the module
66
* filename, followed by an underscore, and then the function name. For this
@@ -54,7 +54,7 @@ function bitpaycheckout_MetaData()
5454
{
5555
return array(
5656
'DisplayName' => 'BitPay_Checkout_WHMCS',
57-
'APIVersion' => '3.1.0.0', // Use API Version 1.1
57+
'APIVersion' => '3.1.1.0', // Use API Version 1.1
5858
'DisableLocalCreditCardInput' => false,
5959
'TokenisedStorage' => false,
6060
);

modules/gateways/bitpaycheckout/bitpaycheckout_callback.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* BitPay Checkout Callback 3.1.0.0
4+
* BitPay Checkout Callback 3.1.1.0
55
*
66
* This file demonstrates how a payment gateway callback should be
77
* handled within WHMCS.

modules/gateways/bitpaycheckout/bitpaycheckout_ipn.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* BitPay Checkout IPN 3.1.0.0
3+
* BitPay Checkout IPN 3.1.1.0
44
*
55
* This file demonstrates how a payment gateway callback should be
66
* handled within WHMCS.

0 commit comments

Comments
 (0)