Skip to content

Commit 6b64383

Browse files
authored
Add endpoint config example
1 parent 911526b commit 6b64383

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ $gateway = $factory->create([
2323
'ctx_mode' => Api::MODE_PRODUCTION,
2424
'hash_mode' => Api::HASH_MODE_SHA256,
2525
'directory' => __DIR__ . '/payzen-cache',
26+
'endpoint'. => Api::ENDPOINT_SYSTEMPAY, // Or one of the constants : `Api::ENDPOINT_*`
2627
]);
2728

2829
// Register your convert payment action

0 commit comments

Comments
 (0)