From c01bc9bda81d490e86f9973b76c9e2049b6d3cc5 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Fri, 9 Aug 2024 13:04:59 +1000 Subject: [PATCH] Updates for payment flow --- app/Services/Client/RFFService.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Services/Client/RFFService.php b/app/Services/Client/RFFService.php index 9d76c6390ea0..f5b5f6ae9f1d 100644 --- a/app/Services/Client/RFFService.php +++ b/app/Services/Client/RFFService.php @@ -162,8 +162,8 @@ class RFFService $_contact - ->fill($contact); - // ->push(); + ->fill($contact) + ->push(); $_contact->client ->fill($client)