Skip to content

Commit cdce281

Browse files
Copilotremcotolsma
andauthored
Add Pronamic Pay default payment methods
Agent-Logs-Url: https://github.com/pronamic/wp-pronamic-pay/sessions/6ac15d14-11d9-490e-894e-187c1d222dc4 Co-authored-by: remcotolsma <869674+remcotolsma@users.noreply.github.com>
1 parent 69b4056 commit cdce281

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@
9191
"automattic/jetpack-autoloader": "^5.0",
9292
"composer/installers": "^2.3",
9393
"pronamic/pronamic-pay-admin-reports": "^1.0",
94+
"pronamic/pronamic-pay-default-payment-methods": "^1.0",
9495
"pronamic/pronamic-wp-updater": "^1.0",
9596
"pronamic/wp-datetime": "^2.2",
9697
"pronamic/wp-gravityforms-nl": "^3.0",
@@ -122,7 +123,7 @@
122123
"wp-pay-gateways/omnikassa-2": "^4.10",
123124
"wp-pay-gateways/pay-nl": "^4.7",
124125
"wp-pay-gateways/paypal": "^2.3",
125-
"wp-pay/core": "^4.32",
126+
"wp-pay/core": "^4.33",
126127
"wp-pay/fundraising": "^3.2"
127128
},
128129
"require-dev": {

pronamic-ideal.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ function () {
6868

6969
\Pronamic\PronamicForms\Plugin::instance();
7070

71+
\Pronamic\PronamicPayDefaultPaymentMethods\Plugin::instance();
72+
7173
/**
7274
* Plugin dependencies.
7375
*

0 commit comments

Comments
 (0)