Not needed
This commit is contained in:
parent
cdd75b4841
commit
c8a2143b9d
1 changed files with 1 additions and 2 deletions
|
@ -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'
|
||||
]
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue