Not needed

This commit is contained in:
AnonDev 2021-06-23 12:32:20 +02:00 committed by GitHub
parent cdd75b4841
commit c8a2143b9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,8 +71,7 @@ class PaymentController extends Controller
"cancel_url" => route('payment.cancel'),
"return_url" => route('payment.success', ['product' => $paypalProduct->id]),
'brand_name' => config('app.name', 'Laravel'),
'shipping_preference' => 'NO_SHIPPING',
'user_action' => 'PAY_NOW'
'shipping_preference' => 'NO_SHIPPING'
]
];