Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update StatusResponse.php #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

okandas
Copy link

@okandas okandas commented Nov 3, 2020

update docs for methods

update docs for methods
Copy link
Contributor

@iammerus iammerus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks great. Just update the descriptions of the method to describe what each of the fields really mean and do

public function reference()
{
return arr_has($this->data, 'reference') ? $this->data['reference'] : '';
}

/**
* Get the paynowreference of the transaction
*
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please give the fields a bit of a better description. You can use

https://developers.paynow.co.zw/docs/status_update.html#statuses

as a startpoint

@iammerus
Copy link
Contributor

Thanks for the contribution @okandas

@iammerus iammerus added the good first issue Good for newcomers label Mar 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants