Show description instead of display

This commit is contained in:
Anon Dev 2021-06-17 20:35:13 +02:00 committed by GitHub
parent e587c3a23b
commit cdd75b4841
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,7 +60,7 @@ class PaymentController extends Controller
"purchase_units" => [
[
"reference_id" => uniqid(),
"description" => $paypalProduct->display,
"description" => $paypalProduct->description,
"amount" => [
"value" => $paypalProduct->price,
"currency_code" => strtoupper($paypalProduct->currency_code)