in my laravel application i am sending the the data to the postman like below :
array:8 [▼
"items" => array:1 [▼
0 => array:4 [▼
"name" => "PWN Netherlands: Building a D&I foundation through mentoring, coaching & sponsorship"
"price" => 122222
"qty" => 1
"event_id" => 1
]
]
"return_url" => "http://localhost:8000/paypal/ec-checkout-success"
"invoice_id" => "_6"
"item_number" => 22
"custom" => 33
"invoice_description" => "PWN Netherlands: Building a D&I foundation through mentoring, coaching & sponsorship"
"cancel_url" => "http://localhost:8000"
"total" => 122222
]
so i am sending the item_number
and custom
field but after payment what i get it just token
and playerId
like below :
array:2 [▼
"token" => "EC-4DA935906T0704531"
"PayerID" => "QQN222QZK25CA"
]
question from:https://stackoverflow.com/questions/66062992/paypal-expres-checkout-is-not-sending-back-the-posted-data