Skip to content

Commit c077d89

Browse files
committed
Add Pronamic service URL.
1 parent d061662 commit c077d89

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pronamic-pay-with-mollie-for-contact-form-7.php

+3-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@
3636
*/
3737
\Pronamic\WordPress\Pay\Plugin::instance(
3838
[
39-
'file' => __FILE__,
40-
'action_scheduler' => __DIR__ . '/packages/action-scheduler/action-scheduler.php',
39+
'file' => __FILE__,
40+
'action_scheduler' => __DIR__ . '/packages/action-scheduler/action-scheduler.php',
41+
'pronamic_service_url' => 'https://api.wp-pay.org/wp-json/pronamic-pay/v1/payments',
4142
]
4243
);
4344

0 commit comments

Comments
 (0)