Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: paypal providers #274

Merged
merged 3 commits into from
Jun 7, 2024
Merged

feat: paypal providers #274

merged 3 commits into from
Jun 7, 2024

Conversation

izhiqiang
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.

请使用驼峰命名法

@izhiqiang
Copy link
Contributor Author

izhiqiang commented Jun 7, 2024

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

@overtrue overtrue merged commit 4929bbb into overtrue:4.x Jun 7, 2024
4 of 7 checks passed
@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