Skip to content

Commit

Permalink
fixed support for php 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vigan-abd committed Feb 17, 2023
1 parent af104c6 commit 77d1ead
Show file tree
Hide file tree
Showing 5 changed files with 304 additions and 174 deletions.
2 changes: 1 addition & 1 deletion bfx-pay-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: Bitfinex Pay
* Plugin URI: https://github.com/bitfinexcom/bfx-pay-woocommerce/
* Description: Allows e-commerce customers to pay for goods and services with crypto currencies. It provides a payment gateway that could be used by any e-commerce to sell their products and services as long as they have an Intermediate-verified (or higher KYC level) Merchant account on the Bitfinex platform.
* Version: 2.0.0
* Version: 2.0.1
* Author: Bitfinex
* Author URI: https://www.bitfinex.com/
* License: GPL-3.0
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"require": {
"php": ">=7.4",
"guzzlehttp/guzzle": "^7.5"
},
"require-dev": {
Expand Down
Loading

0 comments on commit 77d1ead

Please sign in to comment.