Skip to content

Commit 2e3cd32

Browse files
authored
Add default info
1 parent 6b64383 commit 2e3cd32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +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_*`
26+
'endpoint' => Api::ENDPOINT_SYSTEMPAY, // default value, see `Api::ENDPOINT_*` constants for more
2727
]);
2828

2929
// Register your convert payment action

0 commit comments

Comments
 (0)