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

Add Merchant additional information in payment initialize #4

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

Conversation

asaduzzamanshipon
Copy link

Add Merchant additional information in payment initialize

Copy link
Owner

@karim-007 karim-007 left a comment

Choose a reason for hiding this comment

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

In the readme file changes NagadPayment::create function peramter 0 to 1. it will be NagadPayment::create($amount, $trx_id, 1, $additionalMerchantInfo). after chaning please request again for pull. then i am accepting this. Thank you.

//your code
$response = NagadPayment::create($amount, $trx_id, 0, $additionalMerchantInfo); // 1st parameter is amount and 2nd is unique invoice number

//it will be
$response = NagadPayment::create($amount, $trx_id,1, $additionalMerchantInfo); // 1st parameter is amount and 2nd is unique invoice number, 3rd perameter is nagad account serial number for multi account mange, 4th perament is additional information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants