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
When I make a purchase request like this:
$purchase_params = [ 'amount' => '10.00', 'currency' => 'EUR', 'description' => 'Test', 'returnUrl' => '/return', 'notifyUrl' => '/notify', 'paymentMethod' => 'ideal', 'metadata' => ['order_id' => '1'], ]; $gateway->purchase($purchase_params)->send();
I get the following response:
#data: array:5 [▼ "status" => 422 "title" => "Unprocessable Entity" "detail" => "The amount is required for payments" "field" => "amount" "_links" => array:1 [▼ "documentation" => array:2 [▼ "href" => "https://docs.mollie.com/guides/handling-errors" "type" => "text/html" ] ] ]
Any idea?
Having the following libraries installed by composer:
"omnipay/mollie": "^5.0",
"league/omnipay": "^3.0"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I make a purchase request like this:
I get the following response:
Any idea?
Having the following libraries installed by composer:
The text was updated successfully, but these errors were encountered: