We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 708fc82 + 395ac40 commit 2f5d112Copy full SHA for 2f5d112
src/Support/HttpParameters.php
@@ -87,8 +87,6 @@ protected function getBodyParameters($amount, Model $user, $heyPerPayConfig): ar
87
'customer.givenName' => $user->name,
88
'customer.surname' => $user->name,
89
// 'customer.mobile' => '',
90
- 'customer.browser.userAgent' => $heyPerPayConfig['userAgent'],
91
- 'customer.browser.language' => config('app.locale'),
92
];
93
94
return $body_parameters;
0 commit comments