File tree Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -231,7 +231,8 @@ public function getData()
231
231
'currency ' => $ this ->getCurrency (),
232
232
),
233
233
)
234
- )
234
+ ),
235
+ 'experience_profile_id ' => $ this ->getExperienceProfileId ()
235
236
);
236
237
237
238
$ items = $ this ->getItems ();
@@ -302,6 +303,27 @@ public function getData()
302
303
return $ data ;
303
304
}
304
305
306
+ /**
307
+ * Get the experience profile id
308
+ *
309
+ * @return string
310
+ */
311
+ public function getExperienceProfileId ()
312
+ {
313
+ return $ this ->getParameter ('experienceProfileId ' );
314
+ }
315
+
316
+ /**
317
+ * Set the experience profile id
318
+ *
319
+ * @param string $value
320
+ * @return RestAuthorizeRequest provides a fluent interface.
321
+ */
322
+ public function setExperienceProfileId ($ value )
323
+ {
324
+ return $ this ->setParameter ('experienceProfileId ' , $ value );
325
+ }
326
+
305
327
/**
306
328
* Get transaction description.
307
329
*
You can’t perform that action at this time.
0 commit comments