Commit c57c9faf authored by Muhammad Fahrul's avatar Muhammad Fahrul

add README.md #5

parent 12bad10b
......@@ -46,8 +46,8 @@ $result = $instance->create($data);
if ($result['status']) {
// Sample to generate file from the result
file_put_contents($result['data']['filename'], $result['data']['content']);
// this file must be send to MDD SFTP
// credential SFTP will be given separately
// This file must be send to MDD SFTP
// Credential SFTP will be given separately
echo "Settlement created successfully.";
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment