We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77bcbd0 commit 9c27cd5Copy full SHA for 9c27cd5
src/Api/Ecommerce/PaymentRequest.php
@@ -271,19 +271,18 @@ public function setExtraMerchantData($extraMerchantData)
271
return $this;
272
}
273
274
- /**
275
- * Set the form_template to the Payment Request.
276
- *
277
- * @param string $formTemplate
278
279
- * @return $this
280
- */
281
- public function setFormTemplate($formTemplate)
282
- {
283
- $this->unresolvedOptions['form_template'] = $formTemplate;
284
-
+ /**
+ * Set the form_template to the Payment Request.
+ *
+ * @param string $formTemplate
+ * @return $this
+ */
+ public function setFormTemplate($formTemplate)
+ {
+ $this->unresolvedOptions['form_template'] = $formTemplate;
285
286
- }
+ }
287
288
/**
289
* Configure options
0 commit comments