We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Working on a plugin for "Transact" Hosted Checkout using this skeleton.
They are requiring headers be added to the post, like this:
curl --request POST \ --url https://commerce.cashnet.com/rapidcheckout/api/session \ --header 'Accept: application/json' \ --header 'Authorization: ' \ --header 'Content-Type: application/json' \ --data '{ "session": { "merchantCode": "VC_CAMPUS", "mode": "pay", "cart": { "amount": 12345 } } }'
How can I add headers to the php __construct function?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Working on a plugin for "Transact" Hosted Checkout using this skeleton.
They are requiring headers be added to the post, like this:
How can I add headers to the php __construct function?
The text was updated successfully, but these errors were encountered: