Browse Source

Brackets!

WBLKLeipe 3 năm trước cách đây
mục cha
commit
c69c28bd89
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      app/Http/Controllers/Admin/PaymentController.php

+ 4 - 1
app/Http/Controllers/Admin/PaymentController.php

@@ -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'
             ]
+
+        
         ];