We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 911526b commit 6b64383Copy full SHA for 6b64383
README.md
@@ -23,6 +23,7 @@ $gateway = $factory->create([
23
'ctx_mode' => Api::MODE_PRODUCTION,
24
'hash_mode' => Api::HASH_MODE_SHA256,
25
'directory' => __DIR__ . '/payzen-cache',
26
+ 'endpoint'. => Api::ENDPOINT_SYSTEMPAY, // Or one of the constants : `Api::ENDPOINT_*`
27
]);
28
29
// Register your convert payment action
0 commit comments