diff --git a/app/Livewire/OrderPayment.php b/app/Livewire/OrderPayment.php index 4718604..232e9fa 100644 --- a/app/Livewire/OrderPayment.php +++ b/app/Livewire/OrderPayment.php @@ -43,14 +43,20 @@ public function getPaymentDetails($method): array 'logo' => asset('images/paypal.png'), 'instructions' => 'Please send your payment to our PayPal address: stevovosti64@gmail.com', + 'link' => 'https://www.paypal.com/paypalme/raccoon254', + 'address' => 'stevovosti64@gmail.com', ], 'cash_app' => [ 'logo' => asset('images/cash-app-logo.png'), - 'instructions' => 'Please send your payment to our Cash App username: $stevovosti64', + 'instructions' => 'Please send your payment to our Cash App username: stevovosti64', + 'link' => 'https://cash.app/stevo', + 'address' => 'stevo', ], 'zelle' => [ 'logo' => asset('images/zelle.png'), 'instructions' => 'Please send your payment to our Zelle phone number: +254 790 743 009', + 'link' => 'https://www.zellepay.com/', + 'address' => '+254 790 743 009', ], ]; diff --git a/resources/views/orders/payment.blade.php b/resources/views/orders/payment.blade.php index f56d23a..e9be69d 100644 --- a/resources/views/orders/payment.blade.php +++ b/resources/views/orders/payment.blade.php @@ -52,7 +52,7 @@ class="absolute top-0 right-0 bg-blue-500 text-white p-2 rounded-bl-lg rounded-t