Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into feature/PIWOO-289
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/Activation/ActivationModule.php
#	src/PaymentMethods/Trustly.php
  • Loading branch information
inpsyde-maticluznar committed Oct 29, 2024
2 parents 6c34de0 + c392752 commit 940b0f3
Show file tree
Hide file tree
Showing 14 changed files with 140 additions and 227 deletions.
2 changes: 1 addition & 1 deletion .distignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ resources/
!vendor/mollie/mollie-api-php/Resources
vendor/**/test*
vendor/mollie/mollie-api-php/examples/
languages/*.po
languages/
bin/
*.lock
composer.json
Expand Down
114 changes: 56 additions & 58 deletions .idea/WooCommerce.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion .psalm/stubs.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ function as_unschedule_action($string) {}
function mollieWooCommerceIsCheckoutContext() {}
function wcs_get_subscriptions($subs) {}
function mollieWooCommerceFormatCurrencyValue($value, $currency){}
function mollieDeleteWPTranslationFiles(){}
function mollieWooCommerceIsPayPalButtonEnabled($page){}
function mollieWooCommerceIsApplePayDirectEnabled($page){}
function mollieWooCommerceCheckIfNeedShipping($product){}
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"ext-intl": "*",
"ext-json": "*",
"mollie/mollie-api-php": "^v2.40",
"inpsyde/modularity": "^1.3.0",
"psr/container": "1.0.0",
"inpsyde/modularity": "^1.7.4",
"psr/container": "1.1.0",
"psr/log":"^1.1.4",
"sniccowp/php-scoper-wordpress-excludes": "^6.6"
},
Expand Down
Loading

0 comments on commit 940b0f3

Please sign in to comment.