Skip to content

Commit 5895088

Browse files
authored
Merge pull request #85 from p-maguire/5.0-dev
5.0.0 Updates
2 parents 286edac + d227575 commit 5895088

File tree

1,118 files changed

+420316
-999
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,118 files changed

+420316
-999
lines changed

.gitignore

-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
/build/cache/
2424
/build/docs/
2525
/build/logs/
26-
/vendor/
27-
composer.lock
2826
composer.phar
2927
.DS_Store
3028
modules/gateways/bitpaycheckout/bitpay.txt

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
This version requires the following:
88

9-
* WHMCS 7.x | 8.x
9+
* WHMCS 8.x
1010
* A BitPay merchant account:
1111
* On the [production environment.](https://bitpay.com/dashboard/signup)
1212
* On the [test environment.](https://test.bitpay.com/dashboard/signup), for sandbox testing.
@@ -41,5 +41,3 @@ An order note will automatically be added with a link to the BitPay invoice to m
4141
* After the invoice is paid by the user, it will change to a **Payment Pending** status.
4242
* When BitPay finalizes the transaction, it will change to a **Paid** status, and your order will be safe to ship, allow access to downloadable products, etc.
4343
* If you decide to refund a payment via your BitPay dashboard, the WHMCS invoice status will change to **Refunded** once the refund is executed.
44-
45-

modules/gateways/bitpaycheckout.php

+147-185
Large diffs are not rendered by default.

modules/gateways/bitpaycheckout/BitPayLib/BPC_Buttons.php

-24
This file was deleted.

modules/gateways/bitpaycheckout/BitPayLib/BPC_Client.php

-11
This file was deleted.

modules/gateways/bitpaycheckout/BitPayLib/BPC_Configuration.php

-45
This file was deleted.

modules/gateways/bitpaycheckout/BitPayLib/BPC_Invoice.php

-106
This file was deleted.

modules/gateways/bitpaycheckout/BitPayLib/BPC_Item.php

-21
This file was deleted.

modules/gateways/bitpaycheckout/BitPayLib/BPC_Wh.php

-26
This file was deleted.

0 commit comments

Comments
 (0)