Skip to content

Commit 7006b40

Browse files
chore: retrigger CI
1 parent 735e077 commit 7006b40

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

test/integration/features/callbacks/opennode-callback.feature.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@ Given('OpenNode callback processing is enabled', function () {
3939
enabled: true,
4040
processor: 'opennode',
4141
},
42+
paymentsProcessors: {
43+
...(settings?.paymentsProcessors ?? {}),
44+
opennode: {
45+
...(settings?.paymentsProcessors?.opennode ?? {}),
46+
baseURL: 'api.opennode.com',
47+
callbackBaseURL: 'http://localhost:18808/callbacks/opennode',
48+
},
49+
},
4250
}
4351

4452
process.env.OPENNODE_API_KEY = OPENNODE_TEST_API_KEY

0 commit comments

Comments
 (0)