From 2e388bc4abf4719eb8e0e87c0d2c053d847e7669 Mon Sep 17 00:00:00 2001 From: k15 Date: Mon, 27 May 2024 12:01:48 +0700 Subject: [PATCH] fix : add white space --- src/Traits/PayPalAPI/Subscriptions/Helpers.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Traits/PayPalAPI/Subscriptions/Helpers.php b/src/Traits/PayPalAPI/Subscriptions/Helpers.php index c36dc405..ecba57c1 100644 --- a/src/Traits/PayPalAPI/Subscriptions/Helpers.php +++ b/src/Traits/PayPalAPI/Subscriptions/Helpers.php @@ -506,6 +506,7 @@ public function addTaxes(float $percentage) public function addCustomId(string $custom_id) { $this->custom_id = $custom_id; + return $this; } }