File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
namespace ProtoneMedia \LaravelPaddle \Api ;
4
4
5
+ /**
6
+ * Class GeneratePayLinkRequest
7
+ * @package ProtoneMedia\LaravelPaddle\Api
8
+ * @method productId()
9
+ * @method title()
10
+ * @method webhookUrl()
11
+ * @method prices()
12
+ * @method customMessage()
13
+ * @method quantity()
14
+ * @method recurringAffiliateLimit()
15
+ * @method customerEmail()
16
+ * @method returnUrl()
17
+ */
5
18
class GeneratePayLinkRequest extends Request
6
19
{
7
20
/**
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ public function generatePayLink(array $data = [])
39
39
'quantity ' => 'min:1|max:100 ' ,
40
40
'recurring_affiliate_limit ' => 'min:1 ' ,
41
41
'customer_email ' => 'email ' ,
42
+ 'return_url ' => 'url ' ,
42
43
]);
43
44
}
44
45
You can’t perform that action at this time.
0 commit comments