@@ -74,7 +74,8 @@ public function mada()
7474
7575 /**
7676 * Add billing data to the payment body.
77- * @param BillingInterface $billing;
77+ *
78+ * @param BillingInterface $billing;
7879 *
7980 * return $this
8081 */
@@ -88,12 +89,11 @@ public function addBilling(BillingInterface $billing)
8889 /**
8990 * Prepare the checkout.
9091 *
91- * @param array $trackable_data
92- * @param Model $user
93- * @param float $amount
94- * @param string $brand
95- * @param Request $request
96- *
92+ * @param array $trackable_data
93+ * @param Model $user
94+ * @param float $amount
95+ * @param string $brand
96+ * @param Request $request
9797 * @return \GuzzleHttp\Psr7\Response
9898 */
9999 public function checkout (array $ trackable_data , Model $ user , $ amount , $ brand , Request $ request )
@@ -115,10 +115,9 @@ public function checkout(array $trackable_data, Model $user, $amount, $brand, Re
115115 * Define the data used to generate a successful
116116 * response from hyperpay to generate the payment form.
117117 *
118- * @param Model $user
119- * @param array $trackable_data
120- * @param Request $request
121- *
118+ * @param Model $user
119+ * @param array $trackable_data
120+ * @param Request $request
122121 * @return \GuzzleHttp\Psr7\Response
123122 */
124123 protected function prepareCheckout (Model $ user , array $ trackable_data , $ request )
@@ -143,9 +142,8 @@ protected function prepareCheckout(Model $user, array $trackable_data, $request)
143142 /**
144143 * Check the payment status using $resourcePath and $checkout_id.
145144 *
146- * @param string $resourcePath
147- * @param string $checkout_id
148- *
145+ * @param string $resourcePath
146+ * @param string $checkout_id
149147 * @return \GuzzleHttp\Psr7\Response
150148 */
151149 public function paymentStatus (string $ resourcePath , string $ checkout_id )
@@ -165,8 +163,7 @@ public function paymentStatus(string $resourcePath, string $checkout_id)
165163 /**
166164 * Add merchantTransactionId.
167165 *
168- * @param string $id
169- *
166+ * @param string $id
170167 * @return $this
171168 */
172169 public function addMerchantTransactionId ($ id )
@@ -179,8 +176,7 @@ public function addMerchantTransactionId($id)
179176 /**
180177 * Add redirection url to the shopper to finalize the payment.
181178 *
182- * @param string $url
183- *
179+ * @param string $url
184180 * @return $this
185181 */
186182 public function addRedirectUrl ($ url )
0 commit comments