Brackets!

This commit is contained in:
WBLKLeipe 2021-11-05 07:59:25 +01:00
parent 6797410cb4
commit c69c28bd89

View file

@ -102,13 +102,16 @@ class PaymentController extends Controller
]
]
]
],
]
],
"application_context" => [
"cancel_url" => route('payment.cancel'),
"return_url" => route('payment.success', ['product' => $paypalProduct->id]),
'brand_name' => config('app.name', 'Laravel'),
'shipping_preference' => 'NO_SHIPPING'
]
];