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

Set client request data #3

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Set client request data #3

wants to merge 3 commits into from

Conversation

webong
Copy link
Contributor

@webong webong commented Aug 2, 2019

What does this PR do?

This PR enables a setRequestData method on the paystack class and accepts an array of data thereby adding the data to the Http request instance.

How should this be manually tested?

To use this method

$data = [
            'name'          => "Xeviant Paystack",
            'description'   => "Test Transaction",
            'amount'        => "1000",
        ];
// Using Paystack Facade
Paystack::setRequestData($data)->createPlan();

@bosunski
Copy link
Owner

bosunski commented Aug 4, 2019

Thanks, @webong, this is well thought of!

Can you fix the Styles CI error? then we can merge

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