I'm developing an API, and one of the modules is the ACL (access control list) in the Laravel Framework.
I came to a problem that I have not yet found plausible solutions, which is like testing values that get more than one parameter inside i...
In a test in heaven's father I get the message:
URI ' link '
{"Message":"No HTTP resource was found that matches the request URI 'https://apiquerysandbox.cieloecommerce.cielo.com.br/1/sales/'."}
I'm sending in jman postman:
{
"Merch...
When I send a request simulating a purchase:
URL
link
Json
{
"MerchantOrderId":"2014111703",
"Customer":{
"Name":"Comprador crédito simples"
},
"Payment":{
"Type":"CreditCard",
"Amount":15700,
"Inst...