Skip to content

Commit 05c5511

Browse files
Merge pull request #1 from Prometee/patch-1
Add endpoint config example
2 parents 911526b + 2e3cd32 commit 05c5511

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, // default value, see `Api::ENDPOINT_*` constants for more
2627
]);
2728

2829
// Register your convert payment action

0 commit comments

Comments
 (0)