Skip to content

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