Skip to content

feat: paypal providers#274

Merged
overtrue merged 3 commits intoovertrue:4.xfrom
chihqiang:4.x
Jun 7, 2024
Merged

feat: paypal providers#274
overtrue merged 3 commits intoovertrue:4.xfrom
chihqiang:4.x

Conversation

@chihqiang
Copy link
Contributor

No description provided.

*/
public function refreshToken(string $refreshToken): mixed
{
$form_params = [
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

麻烦使用驼峰

*/
public function tokenFromCode(string $code): array
{
$form_params = [
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

请使用驼峰命名法

* @var string|null
* code or id_token
*/
protected ?string $response_type = Contracts\RFC6749_ABNF_CODE;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

请使用驼峰命名法

* code or id_token
*/
protected ?string $response_type = Contracts\RFC6749_ABNF_CODE;
protected string $flow_entry = 'static';
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

请使用驼峰命名法

@chihqiang
Copy link
Contributor Author

chihqiang commented Jun 7, 2024

@overtrue 已完成更改为驼峰命名法,中/英文档编写

@overtrue overtrue merged commit 4929bbb into overtrue:4.x Jun 7, 2024
@overtrue
Copy link
Owner

overtrue commented Jun 7, 2024

多谢!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants